Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
thehesiod committed Aug 11, 2023
1 parent 0094176 commit b76c49e
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 @@ -38,7 +38,7 @@ jobs:
run: |
python -c "import sys; print(f'Python version: {sys.version}')"
python -m pip install -U setuptools pip codecov wheel pip-tools
pip-compile requirements-dev.in
pip-compile --resolver=backtracking requirements-dev.in
pip-sync requirements-dev.txt
- name: Run flake
if: matrix.python-version == '3.11'
Expand Down

0 comments on commit b76c49e

Please sign in to comment.