Skip to content

Commit

Permalink
CI: Remove --solver=classic conda-forge::conda-libmamba-solver
Browse files Browse the repository at this point in the history
  • Loading branch information
oyamad committed Nov 27, 2024
1 parent 9fa80f0 commit 078ecf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_np2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
echo $CONDA/bin >> $GITHUB_PATH
- name: Install dependencies
run: |
conda install --solver=classic conda-forge::conda-libmamba-solver conda-forge::libmamba conda-forge::libmambapy conda-forge::libarchive
conda install conda-forge::libmamba conda-forge::libmambapy conda-forge::libarchive
conda install -c numba numba=0.61.0rc1
conda env update --file environment_np2.yml --name base
- name: Conda info
Expand Down

0 comments on commit 078ecf2

Please sign in to comment.