Skip to content

Commit 04cbf71

Browse files
committed
misc: Update nuitka Github Workflow
1 parent 2a6818b commit 04cbf71

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed

.github/workflows/nuitka.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,10 @@ jobs:
3333
run: sudo apt install build-essential python3.8-dev python3.8-tk
3434

3535
- name: Install dependencies
36-
run: poetry install
36+
run: |
37+
poetry config virtualenvs.in-project true
38+
poetry install
39+
poetry run python -c "import sys; print(sys.version)"
3740
3841
- name: Build standalone folder (Windows)
3942
if: matrix.os == 'windows-latest'

nuitka.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
poetry run nuitka --standalone --enable-plugin=tk-inter --enable-plugin=numpy --include-data-dir=sounds=sounds --include-data-dir=ffmpeg=ffmpeg --include-data-dir=ui=ui --include-data-files=icon.ico=icon.ico --windows-icon-from-ico=icon.ico --windows-product-name=NBSTool --windows-company-name=IoeCmcomc --windows-product-name=0.1.0.0 --disable-console --show-anti-bloat-changes --assume-yes-for-downloads main.py
1+
poetry run nuitka --standalone --enable-plugin=tk-inter --enable-plugin=numpy --include-data-dir=sounds=sounds --include-data-dir=ffmpeg=ffmpeg --include-data-dir=ui=ui --include-data-files=icon.ico=icon.ico --windows-icon-from-ico=icon.ico --windows-product-name=NBSTool --windows-company-name=IoeCmcomc --windows-product-version=0.1.0.0 --disable-console --show-anti-bloat-changes --assume-yes-for-downloads main.py

poetry.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)