Skip to content

Commit

Permalink
Merge pull request #482 from ocaisa/fix_ci
Browse files Browse the repository at this point in the history
Temporary fix for CI by pinning archspec version
  • Loading branch information
boegel committed Feb 29, 2024
2 parents 129d66b + 1170818 commit eb5d57e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: install Python packages
run: |
pip install archspec
pip install archspec==0.2.2
- name: test eessi_software_subdir.py script
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests_init.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: install Python packages
run: |
pip install archspec pytest
pip install archspec==0.2.2 pytest
- name: unit tests for eessi_software_subdir_for_host.py script
run:
Expand Down

0 comments on commit eb5d57e

Please sign in to comment.