Skip to content

Commit

Permalink
fix ignored python version
Browse files Browse the repository at this point in the history
  • Loading branch information
observingClouds committed Oct 28, 2024
1 parent 4a03516 commit d61e0d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
python-version: '3.11'
- name: Set up conda environment
run: |
mamba env update -f docs/environment.yml
mamba env -f docs/environment.yml
- name: Remove julia (issue #212)
run: |
conda remove julia
Expand Down

0 comments on commit d61e0d6

Please sign in to comment.