Skip to content

Commit

Permalink
remove solver=libmamba bits
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp committed Nov 2, 2023
1 parent 04dc682 commit 72e8ab3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:

- name: Setup environment
run: |
conda install -q -y -c defaults --solver=libmamba \
conda install -q -y -c defaults \
--file ./tests/requirements.txt \
--file ./tests/requirements-linux.txt \
${{ env.CONDA_CHANNEL_LABEL }}::conda
Expand Down Expand Up @@ -217,7 +217,7 @@ jobs:
- name: Setup environment
run: |
choco install visualstudio2017-workload-vctools || exit 1
conda install -q -y -c defaults --solver=libmamba `
conda install -q -y -c defaults `
--file .\tests\requirements.txt `
--file .\tests\requirements-windows.txt `
${{ env.CONDA_CHANNEL_LABEL }}::conda || exit 1
Expand Down Expand Up @@ -328,7 +328,7 @@ jobs:
- name: Setup environment
run: |
sudo xcode-select --switch /Applications/Xcode_11.7.app
conda install -q -y -c defaults --solver=libmamba \
conda install -q -y -c defaults \
--file ./tests/requirements.txt \
--file ./tests/requirements-macos.txt \
${{ env.CONDA_CHANNEL_LABEL }}::conda
Expand Down

0 comments on commit 72e8ab3

Please sign in to comment.