We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d804088 commit 60f866eCopy full SHA for 60f866e
.github/workflows/nuitka.yml
@@ -20,7 +20,7 @@ jobs:
20
run: |
21
python -m pip install --upgrade pip
22
pip install -r requirements.txt
23
- pip install nuitka
+ pip install nuitka pip zstandard ordered-set
24
- name: build with nuitka
25
26
python -m nuitka --mingw64 --windows-disable-console --assume-yes-for-downloads --enable-plugin=tk-inter --onefile install_coops_python.py
0 commit comments