We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 991ece2 commit af23986Copy full SHA for af23986
.github/workflows/test-suite.yml
@@ -60,7 +60,7 @@ jobs:
60
git clone https://github.com/cropsinsilico/yggdrasil.git
61
cd yggdrasil
62
git checkout topic/cache
63
- python utils/setup_test_env.py conda-dev --build-method direct
+ python utils/setup_test_env.py install conda --for-development --always-yes --build-method direct
64
- name: Install specific version of Yggdrasil from conda-forge
65
if: matrix.yggdrasil-version != 'latest' && matrix.yggdrasil-version != 'dev'
66
run: |
0 commit comments