Skip to content

Commit

Permalink
fix: update build command to use Python virtual environment
Browse files Browse the repository at this point in the history
  • Loading branch information
fluentmoheshwar committed Jan 29, 2025
1 parent 356e32d commit 55acddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
cache: "pip" # caching pip dependencies

- name: Run build
run: cmd.exe /c "build.bat"
run: cmd.exe /c "python -m venv .venv && .venv\Scripts\activate.bat && build.bat"

0 comments on commit 55acddf

Please sign in to comment.