Skip to content

Commit

Permalink
[REMOVE BEFORE MERGE] Test dependency conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
jdabtieu authored Oct 2, 2023
1 parent a53028c commit eda42d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install flake8 pytest pytest-cov pytest-repeat
cd src && pip install -r requirements.txt
cd src && pip install --use-deprecated=legacy-resolver -r requirements.txt
- name: Flake8 Annotator
uses: rbialon/flake8-annotations@v1
- name: Lint with flake8
Expand Down

0 comments on commit eda42d7

Please sign in to comment.