Skip to content

Commit 9efafc8

Browse files
committed
added numpy uninstall, install
1 parent 1ba48aa commit 9efafc8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pyinstaller_windows.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232
poetry config virtualenvs.in-project true
3333
poetry install --no-root
3434
poetry env use .\.venv\Scripts\python.exe
35+
poetry run python -m pip uninstall numpy -y
36+
poetry run python -m pip install numpy
3537
poetry run python .\python-env.py
3638
echo $PATH
3739

0 commit comments

Comments
 (0)