Skip to content

Commit

Permalink
make EESSI available for the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lara committed Aug 1, 2024
1 parent 69552fc commit 97f3326
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/script_module_list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0
- name: Make EESSI available
uses: eessi/github-action-eessi@v3
- name: Set up Python
uses: actions/setup-python@13ae5bb136fac2878aff31522b9efb785519f984 # v4.3.0
with:
Expand All @@ -46,8 +48,6 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -r requirements_tests.txt
- name: Make EESSI available
uses: eessi/github-action-eessi@v3
- name: Test with pytest
run: |
cd scripts/available_software
Expand Down
2 changes: 1 addition & 1 deletion scripts/available_software/test.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

PYTHONPATH=$PWD:$PYTHONPATH pytest -v -s
PYTHONPATH=$PWD:$PYTHONPATH -m pytest -v -s

0 comments on commit 97f3326

Please sign in to comment.