Skip to content

Commit

Permalink
run executable test on windows?
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshalX committed Dec 20, 2023
1 parent 8f3c14d commit cfcdc7a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/tests_full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ jobs:
run: poetry install

- name: Run executable test
if: runner.os != 'Windows'
run: |
poetry run pyinstaller pyinstaller.spec
./dist/cycode-cli version
Expand Down

0 comments on commit cfcdc7a

Please sign in to comment.