Skip to content

Commit

Permalink
ci-cd
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorgedavyd committed Jun 3, 2024
1 parent 3a870d4 commit 9eebf62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pytest black pyreqs pip-tools
pip install pytest black pipreqs pip-tools
chmod +x requirements.sh
sh ./requirements.sh
pip install -r requirements.txt
Expand Down

0 comments on commit 9eebf62

Please sign in to comment.