Skip to content

Commit

Permalink
Fix server env setup
Browse files Browse the repository at this point in the history
  • Loading branch information
nlambriICH committed Apr 22, 2024
1 parent a6b66fa commit bfb203c
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 @@ -20,7 +20,7 @@ jobs:
- name: Setup env
run: |
cd TMIAutomation\Server
pip install -r requirements.txt
pip install . -r requirements.txt
- name: Build server app
run: |
cd TMIAutomation\Server
Expand Down

0 comments on commit bfb203c

Please sign in to comment.