We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents df21e13 + 95cee40 commit 3ae4c90Copy full SHA for 3ae4c90
.github/workflows/tests.yml
@@ -22,7 +22,7 @@ jobs:
22
23
- name: install Python packages
24
run: |
25
- pip install archspec
+ pip install archspec==0.2.2
26
27
- name: test eessi_software_subdir.py script
28
.github/workflows/tests_init.yml
- pip install archspec pytest
+ pip install archspec==0.2.2 pytest
- name: unit tests for eessi_software_subdir_for_host.py script
run:
0 commit comments