Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun committed Nov 8, 2024
1 parent 95a4d14 commit e215635
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
python-version: 3.9
- name: Install flake8
run: pip install --upgrade flake8
run: pip install --upgrade flake8 flake8-pytest
- name: Run flake8
uses: liskin/gh-problem-matcher-wrap@v1
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r tests/requirements/${{ matrix.requirements-file }}
pip install setuptools
python setup.py install
- name: Run test coverage
Expand Down

0 comments on commit e215635

Please sign in to comment.