Skip to content

Commit

Permalink
Try to debug why the version file doesn't exist...
Browse files Browse the repository at this point in the history
  • Loading branch information
Caspar van Leeuwen committed Oct 2, 2024
1 parent 72a3698 commit 3aec459
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pip_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@ jobs:
run: |
pip install --user "git+$GITHUB_SERVER_URL/$GITHUB_REPOSITORY.git@$GITHUB_SHA"
echo "Checking contents of .local"
find $HOME/.local
echo "Checking if file 'eessi/testsuite/_version.py' was generated by setuptools_scm":
cat .local/lib/python${{ matrix.python-version}}/site-packages/eessi/testsuite/_version.py
Expand Down

0 comments on commit 3aec459

Please sign in to comment.