Skip to content

Commit

Permalink
[ci] fix odd conda error
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesBuchner committed Jul 27, 2023
1 parent 5398748 commit d198f85
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,13 @@ jobs:

- uses: conda-incubator/setup-miniconda@v2
with:
auto-update-conda: false
channels: conda-forge
python-version: ${{ matrix.python-version }}
environment-file: conda-requirements.txt
mamba-version: "*"

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

0 comments on commit d198f85

Please sign in to comment.