Skip to content

Commit

Permalink
fixed printing of PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
deinhofer committed Sep 13, 2024
1 parent bb877df commit 543aa55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pyinstaller_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
# pip uninstall numpy -y
# pip install numpy
poetry run python .\python-env.py
echo "PATH: $PATH"
echo $PATH
# pip install pyinstaller==5.6.2

# Build zip folder with executable using pyinstaller
Expand Down

0 comments on commit 543aa55

Please sign in to comment.