Skip to content

Commit

Permalink
Add solver to test-environment
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
hoxbro committed Jul 19, 2023
1 parent f655f39 commit 836112b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ jobs:
conda install -c pyviz "pyctdev>=0.5"
doit ecosystem_setup
conda install -c conda-forge "urllib3<2.0.0" "conda-build==3.24"
conda install -n test-environment conda-libmamba-solver
- name: conda build
run: |
doit package_build --recipe=core $CHANS_DEV $PKG_TEST_PYTHON --test-group=simple
Expand All @@ -83,6 +82,7 @@ jobs:
run: |
eval "$(conda shell.bash hook)"
conda activate test-environment
conda install conda-libmamba-solver --solver=classic
doit develop_install $CHANS_DEV -o build
python setup.py develop
- name: npm dev deploy
Expand Down

0 comments on commit 836112b

Please sign in to comment.