Skip to content

Commit

Permalink
Merge pull request easybuilders#3309 from branfosj/5.0.x
Browse files Browse the repository at this point in the history
consider both easybuild-easyblocks*.tar.gz and easybuild_easyblocks*tar.gz in CI workflows
  • Loading branch information
boegel authored Apr 17, 2024
2 parents 4547811 + 41c62b5 commit 37eb9d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
python setup.py sdist
ls dist
export PREFIX=/tmp/$USER/$GITHUB_SHA
pip install --prefix $PREFIX dist/easybuild-easyblocks*tar.gz
pip install --prefix $PREFIX dist/easybuild[-_]easyblocks*tar.gz
- name: run test suite
env:
Expand Down

0 comments on commit 37eb9d9

Please sign in to comment.