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 9333a76 commit 22b224f
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 @@ -39,13 +39,13 @@ jobs:
with:
python-version: '3.6'
- name: Install dependencies
- uses: eessi/github-action-eessi@v3
- name: Make EESSI available
run: |
cd scripts/available_software
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/available_software.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python
#
#
# Copyright 2023-2023 Ghent University
#
# SPDX license identifier: GPL-3.0-or-later
Expand Down

0 comments on commit 22b224f

Please sign in to comment.