From 543aa55ee8c579dfa502719be144086be1013cc7 Mon Sep 17 00:00:00 2001 From: Martin Deinhofer Date: Fri, 13 Sep 2024 11:47:13 +0200 Subject: [PATCH] fixed printing of PATH --- .github/workflows/pyinstaller_windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pyinstaller_windows.yml b/.github/workflows/pyinstaller_windows.yml index bbcdfbe..3f15577 100644 --- a/.github/workflows/pyinstaller_windows.yml +++ b/.github/workflows/pyinstaller_windows.yml @@ -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