Skip to content

Commit

Permalink
Install genshi before trying to run pytest.
Browse files Browse the repository at this point in the history
  • Loading branch information
hodgestar committed Aug 24, 2024
1 parent b2a9727 commit f1a7cc0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Install setuptools
- name: Install genshi
run: |
pip install -e .
- name: Install testing requirements
run: |
pip install setuptools pytest
Expand Down

0 comments on commit f1a7cc0

Please sign in to comment.