Skip to content

Commit

Permalink
Workaround / vs \ for nix/win
Browse files Browse the repository at this point in the history
  • Loading branch information
brainsik committed Aug 13, 2024
1 parent 0c86dd2 commit e5c7f31
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,9 @@ jobs:
- name: Install json-store package
run: |
pip install --disable-pip-version-check dist/json_store-*.whl
cd dist
pip install --disable-pip-version-check json_store-*.whl
cd ..
- name: Test with pytest
run: pytest
Expand Down

0 comments on commit e5c7f31

Please sign in to comment.