Skip to content

Commit

Permalink
requirements.txt is no more
Browse files Browse the repository at this point in the history
  • Loading branch information
andruskutt committed Jul 17, 2023
1 parent b6eaf91 commit b16ac0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip --disable-pip-version-check install -r requirements.txt -r requirements_dev.txt
pip --disable-pip-version-check install -r requirements_dev.txt
- name: Lint with flake8
run: |
flake8 . --count --show-source --statistics
Expand Down

0 comments on commit b16ac0a

Please sign in to comment.