Skip to content

Commit

Permalink
fixing ci cd
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorgedavyd committed Jul 8, 2024
1 parent c9bc329 commit 2594fed
Show file tree
Hide file tree
Showing 4 changed files with 523 additions and 10 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install wheel setuptools pipreqs pip-tools
chmod +x requirements.sh
./requirements.sh
pip install -r requirements.txt
- name: Extract tag name
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pytest black pipreqs pip-tools
chmod +x requirements.sh
sh ./requirements.sh
pip install -r requirements.txt
- name: Run tests
Expand Down
4 changes: 0 additions & 4 deletions requirements.sh

This file was deleted.

Loading

0 comments on commit 2594fed

Please sign in to comment.