Skip to content

Commit

Permalink
Merge pull request #408 from carlocamilloni/main
Browse files Browse the repository at this point in the history
conda
  • Loading branch information
carlocamilloni authored Apr 12, 2024
2 parents d6703c9 + f4018e6 commit 361530a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ jobs:
echo $CONDA/bin >> $GITHUB_PATH
- name: Install dependencies with conda
run: |
conda install -y python=3.11
conda env update --file conda/environment.yml --name base
- name: Run tests
run: |
Expand Down

0 comments on commit 361530a

Please sign in to comment.