Skip to content

Commit

Permalink
fix python version in deploy CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ameraner committed Feb 25, 2025
1 parent 2173ea9 commit e64fc2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
uses: conda-incubator/setup-miniconda@v3
with:
miniforge-version: latest
python-version: ${{ matrix.python-version }}
environment-file: continuous_integration/environment.yaml
activate-environment: test-environment
channels: conda-forge
Expand Down

0 comments on commit e64fc2c

Please sign in to comment.