Skip to content

Commit

Permalink
This should make the PyInstaller binary (.exe) work again
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelm committed Sep 13, 2023
1 parent cefb3e0 commit 4b94e35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pyinstaller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: |
echo "from cutadapt.__main__ import main_cli" > script.py
echo "sys.exit(main_cli())" >> script.py
venv/Scripts/pyinstaller -F -n cutadapt script.py
venv/Scripts/pyinstaller -F --hidden-import=cutadapt._match_tables -n cutadapt script.py
- name: Run it
run: dist/cutadapt.exe --version
- name: Test multicore
Expand Down

0 comments on commit 4b94e35

Please sign in to comment.