Skip to content

Commit

Permalink
another fix attempt: use bash shell to get glob expansion
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Steringer committed Feb 3, 2022
1 parent 6e7d937 commit 5ebb0c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test_PRs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,12 @@ jobs:
cache: 'pip'

- name: "Install PMapper"
shell: bash
run: |
cd ${{ github.workspace }} ; pip install .
pip show principalmapper
- name: "Run Test Cases"
shell: bash
run: |
cd ${{ github.workspace }} ; python -m unittest -v tests/test*

0 comments on commit 5ebb0c7

Please sign in to comment.