Skip to content

Commit

Permalink
Can we use bash as the shell? It appears to be installed on the runner.
Browse files Browse the repository at this point in the history
  • Loading branch information
brainsik committed Aug 13, 2024
1 parent e5c7f31 commit 62d31b8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,9 @@ jobs:
pip install --disable-pip-version-check pytest
- name: Install json-store package
shell: bash
run: |
cd dist
pip install --disable-pip-version-check json_store-*.whl
cd ..
pip install --disable-pip-version-check dist/json_store-*.whl
- name: Test with pytest
run: pytest
Expand Down

0 comments on commit 62d31b8

Please sign in to comment.