Skip to content

Commit

Permalink
Actually resolve env var
Browse files Browse the repository at this point in the history
  • Loading branch information
Caspar van Leeuwen committed Sep 24, 2024
1 parent 3f1a984 commit 610844c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pip_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
python -c 'import setuptools; print("setuptools", setuptools.__version__)'
testsuite_init=$(python -c 'import eessi.testsuite; print(eessi.testsuite.__file__)')
# Check if the eessi/testsuite/_version.py file was generated
ls -al $(dirname testsuite_init)/_version.py
ls -al $(dirname "$testsuite_init")/_version.py
python -c 'import eessi.testsuite; print("eessi.testsuite:", eessi.testsuite.__version__)'
python -c 'import eessi.testsuite.utils'
Expand Down

0 comments on commit 610844c

Please sign in to comment.