Skip to content

Commit

Permalink
removed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
deinhofer committed Sep 13, 2024
1 parent 543aa55 commit e957d74
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/pyinstaller_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,8 @@ jobs:
poetry config virtualenvs.in-project true
poetry install --no-root
poetry env use .\.venv\Scripts\python.exe
# python -m venv venv
# .\venv\Scripts\activate.bat
# pip install -r requirements-lock.txt
# pip install --upgrade --force-reinstall numpy
# pip uninstall numpy -y
# pip install numpy
poetry run python .\python-env.py
echo $PATH
# pip install pyinstaller==5.6.2
# Build zip folder with executable using pyinstaller
- name: Build zip file
Expand Down

0 comments on commit e957d74

Please sign in to comment.