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:
51
51
conda_forge_recipe :
52
52
if : ${{ github.event.label.name == 'Build' || contains(github.event.pull_request.labels.*.name, 'Build') || github.event_name == 'push'}}
53
53
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
59
55
concurrency :
60
56
# 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
62
58
cancel-in-progress : true
63
59
steps :
64
60
- name : Checkout
71
67
with :
72
68
environment-name : recipe-test
73
69
create-args : >-
74
- python=${{ matrix.python-version }}
70
+ python=3.11
75
71
boa
76
72
conda-verify
77
73
cache-downloads : true
You can’t perform that action at this time.
0 commit comments