Skip to content

Commit

Permalink
oper: trocando para requirements-dev na action de teste
Browse files Browse the repository at this point in the history
  • Loading branch information
iagocpv committed Nov 5, 2024
1 parent 7b4cde9 commit 7204194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testAndDeploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -r requirements-dev.txt
- name: Start PostgreSQL service
run: |
Expand Down

0 comments on commit 7204194

Please sign in to comment.