Skip to content

Commit af23986

Browse files
committed
Fix signature for dev install
1 parent 991ece2 commit af23986

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-suite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
git clone https://github.com/cropsinsilico/yggdrasil.git
6161
cd yggdrasil
6262
git checkout topic/cache
63-
python utils/setup_test_env.py conda-dev --build-method direct
63+
python utils/setup_test_env.py install conda --for-development --always-yes --build-method direct
6464
- name: Install specific version of Yggdrasil from conda-forge
6565
if: matrix.yggdrasil-version != 'latest' && matrix.yggdrasil-version != 'dev'
6666
run: |

0 commit comments

Comments
 (0)