Skip to content

Commit

Permalink
force reinstall of numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
deinhofer authored Sep 11, 2024
1 parent 807b5c0 commit f19aa59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pyinstaller_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
python -m venv venv
.\venv\Scripts\activate.bat
pip install -r requirements-lock.txt
pip install --upgrade --force-reinstall numpy
pip install pyinstaller==5.6.2
# Build zip folder with executable using pyinstaller
Expand Down

0 comments on commit f19aa59

Please sign in to comment.