Skip to content

Commit

Permalink
Fix duplicated config
Browse files Browse the repository at this point in the history
  • Loading branch information
gmatteo committed Oct 27, 2024
1 parent f0f3fcd commit c3e87d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jobs:
defaults:
run:
shell: bash -l {0} # enables conda/mamba env activation by reading bash profile

strategy:
fail-fast: false
matrix:
config:
- os: ubuntu-latest
python: "3.11"
config:
- os: ubuntu-latest
python: "3.12"

Expand Down

0 comments on commit c3e87d7

Please sign in to comment.