Skip to content

Commit

Permalink
#6 fix test run on macosx
Browse files Browse the repository at this point in the history
  • Loading branch information
walcovanloon committed Jul 3, 2022
1 parent a6ba251 commit 60ef9be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
command: python3.9 setup.py install
- run:
name: Run tests
command: ./scripts/runtests.py
command: python3.9 scripts/runtests.py
- run:
name: Package
command: python3.9 -m nuitka --assume-yes-for-downloads --standalone --macos-create-app-bundle --onefile src/aksyfs/aksyfuse.py --output-dir=build/binaries
Expand Down

0 comments on commit 60ef9be

Please sign in to comment.