Skip to content

Commit

Permalink
Fix venv activate for PowerShell
Browse files Browse the repository at this point in the history
  • Loading branch information
nlambriICH committed Apr 19, 2024
1 parent 232cca8 commit c5866e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: |
cd TMIAutomation\Server
python -m venv venv
venv\Scripts\activate.bat
.\venv\Scripts\Activate.ps1
pip install -r requirements.txt
- name: Build server app
run: |
Expand Down

0 comments on commit c5866e6

Please sign in to comment.