Skip to content

Commit

Permalink
Fix Powershell build (#39)
Browse files Browse the repository at this point in the history
* Assume /usr/bin/env does not work on Powershell
* Fix linting
  • Loading branch information
stefanv authored Jan 26, 2023
1 parent 2ad0423 commit f31799d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ jobs:
if: matrix.os != 'ubuntu-latest'
run: |
cd example_pkg
./dev.py build
./dev.py test
python dev.py build
python dev.py test

0 comments on commit f31799d

Please sign in to comment.