From 1d33848c734cfee09f8eb6d34492bbf26cb31cfb Mon Sep 17 00:00:00 2001 From: Efe Date: Fri, 12 Jan 2024 14:54:52 +0100 Subject: [PATCH] Req check script wf --- .github/workflows/main.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 786161e64575..c0b7b6ecfd6e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -30,7 +30,8 @@ jobs: strategy: matrix: proc: [hvq] - cmssw_release: [CMSSW_10_6_30, CMSSW_11_0_1, CMSSW_12_3_1] + #cmssw_release: [CMSSW_10_6_30, CMSSW_11_0_1, CMSSW_12_3_1] + cmssw_release: [CMSSW_10_6_30] include: - cmssw_release: CMSSW_10_6_30 scram_arch: slc7_amd64_gcc700 @@ -97,7 +98,7 @@ jobs: - '.github/workflows/**' - uses: actions/setup-python@v4 with: - python-version: '3.9.18' + python-version: '3.9' - name: Run the request checking script on local mcm requests #shell: python if: steps.filter.outputs.bin == 'true' || steps.filter.outputs.workflow == 'true'