Skip to content

Commit

Permalink
Update pythonpackage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
saninstein authored Dec 7, 2023
1 parent 740a8c0 commit ba7aac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools
python -m pip install --upgrade pip<23.0.0
pip3 install -e .[dev]
pip3 install coveralls
- name: Code flake8 check
Expand Down

0 comments on commit ba7aac9

Please sign in to comment.