Skip to content

Commit

Permalink
[ci] install everything with conda
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesBuchner committed Jul 27, 2023
1 parent 6b00cb6 commit ce8112a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ jobs:

- name: Install python dependencies
run: |
mamba install --quiet --file conda-requirements.txt corner
pip install --user coveralls coverage-lcov coveragepy-lcov
mamba install --quiet --file conda-requirements.txt corner coveralls coverage-lcov
conda list
conda info -a
Expand Down

0 comments on commit ce8112a

Please sign in to comment.