Skip to content

Commit

Permalink
Update windows-workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
probonopd authored Feb 18, 2025
1 parent 58c891e commit 5bc3193
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/windows-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ jobs:

- name: Set up Python environment
shell: cmd
# %LOCALAPPDATA%\Microsoft\WindowsApps\python3.exe
run: |
echo Setting up the virtual environment...
%LOCALAPPDATA%\Microsoft\WindowsApps\python3.exe -m venv venv
python3.exe -m venv venv
if errorlevel 1 (
echo Failed to create virtual environment.
exit /b 1
Expand Down

0 comments on commit 5bc3193

Please sign in to comment.