Skip to content

Commit

Permalink
try again with mamba
Browse files Browse the repository at this point in the history
  • Loading branch information
beckermr committed Sep 26, 2023
1 parent 1d8dae8 commit 2fc35c4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,15 @@ jobs:
show-channel-urls: true
miniforge-version: latest
miniforge-variant: Mambaforge
use-mamba: true

- name: configure conda and install code
shell: bash -l {0}
run: |
conda config --set always_yes yes
conda install --quiet \
mamba install --quiet \
--file=requirements.txt
conda install -y -q \
mamba install -y -q \
flake8 \
pytest \
pytest-xdist \
Expand Down

0 comments on commit 2fc35c4

Please sign in to comment.