We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcb416a commit 4ab9508Copy full SHA for 4ab9508
1 file changed
.github/workflows/test_overview_available_software.yml
@@ -24,6 +24,7 @@ jobs:
24
python -m venv venv
25
. venv/bin/activate
26
pip install -r mkdocs-ldjson-plugin/requirements.txt
27
+ pip install -r scripts/available_software/requirements.txt
28
29
# download https://eessi.io/api_data/data/eessi_api_metadata_software.json
30
# to where it's expected by docs/available_software/macros.py and scripts/available_software/available_software.py
0 commit comments