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