Skip to content

Commit

Permalink
Merge pull request #97 from aviolaris/1.11.x
Browse files Browse the repository at this point in the history
Update requirements path
  • Loading branch information
aviolaris authored Jun 16, 2024
2 parents f747bc4 + 2b63a61 commit 6b9b5af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coveralls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install dependencies
run: |
pip install --upgrade pip
pip install -r app/requirements.txt
pip install -r requirements.txt
pip install pytest
pip install pytest-cov
- name: Run Tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: 'Install dependencies'
run: |
python -m pip install --upgrade pip
pip install -r ./app/requirements.txt
pip install -r requirements.txt
pip install pylint
- name: 'Analysing the code with pylint'
run: |
Expand Down

0 comments on commit 6b9b5af

Please sign in to comment.