Skip to content

Commit

Permalink
Unsure why error
Browse files Browse the repository at this point in the history
  • Loading branch information
costrouc committed Sep 29, 2023
1 parent fb29f61 commit b4835cc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/upstream_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@ jobs:
strategy:
fail-fast: false
matrix:
default-channel: ['conda-forge'] # ['defaults', 'conda-forge']
python-version: ['3.8'] # ['3.8', '3.9', '3.10']
default-channel: ['defaults', 'conda-forge']
python-version: ['3.8', '3.9', '3.10']
conda-subdir: ['win-64']
test-type: ['itegration'] # ['unit', 'integration']
test-group: ['3'] # ['1', '2', '3']
test-type: ['unit', 'integration']
test-group: ['1', '2', '3']
exclude:
# exclude all but one Python version for conda-forge
- default-channel: 'conda-forge'
Expand Down

0 comments on commit b4835cc

Please sign in to comment.