File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -51,14 +51,10 @@ jobs:
5151 conda_forge_recipe :
5252 if : ${{ github.event.label.name == 'Build' || contains(github.event.pull_request.labels.*.name, 'Build') || github.event_name == 'push'}}
5353 runs-on : ubuntu-24.04
54- strategy :
55- matrix :
56- python-version : ['3.11', '3.12']
57- fail-fast : false
58- name : Test Conda Forge Recipe - Python ${{ matrix.python-version }}
54+ name : Test Conda Forge Recipe
5955 concurrency :
6056 # https://github.community/t/concurrecy-not-work-for-push/183068/7
61- group : ${{ github.event_name == 'push' && github.run_number || github.ref }}-conda-forge-recipe-${{ matrix.python-version }}
57+ group : ${{ github.event_name == 'push' && github.run_number || github.ref }}-conda-forge-recipe
6258 cancel-in-progress : true
6359 steps :
6460 - name : Checkout
7167 with :
7268 environment-name : recipe-test
7369 create-args : >-
74- python=${{ matrix.python-version }}
70+ python=3.11
7571 boa
7672 conda-verify
7773 cache-downloads : true
You can’t perform that action at this time.
0 commit comments