diff --git a/.github/workflows/macWF.yml b/.github/workflows/macWF.yml index 3ba17ad760..85da67cdbb 100644 --- a/.github/workflows/macWF.yml +++ b/.github/workflows/macWF.yml @@ -22,7 +22,7 @@ jobs: variant: [ "" , "+allmodules" ] # see https://github.community/t/how-to-conditionally-include-exclude-items-in-matrix-eg-based-on-branch/16853/6 for possible exclusions env: - PYVERS: "py37 py38 py39 py310" + PYVERS: "py38 py39 py310" steps: - uses: actions/checkout@v3 - uses: actions/cache@v3