Skip to content

Commit 3ae4c90

Browse files
authored
Merge pull request #283 from TopRichard/Temporary-fix-for-CI-by-pinning-archspec-version
Temporary fix for CI by pinning archspec version
2 parents df21e13 + 95cee40 commit 3ae4c90

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- name: install Python packages
2424
run: |
25-
pip install archspec
25+
pip install archspec==0.2.2
2626
2727
- name: test eessi_software_subdir.py script
2828
run: |

.github/workflows/tests_init.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- name: install Python packages
2424
run: |
25-
pip install archspec pytest
25+
pip install archspec==0.2.2 pytest
2626
2727
- name: unit tests for eessi_software_subdir_for_host.py script
2828
run:

0 commit comments

Comments
 (0)