Skip to content

Commit

Permalink
Install pytest in GH Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanwhite committed Nov 16, 2023
1 parent 19e03bc commit 9c1c55b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/package-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
run: |
pip --version
pip install --prefer-binary lxml
- name: Install testing dependencies
run: pip install pytest
- name: Test package installation
run: pip install .
- name: Package tests
Expand Down

0 comments on commit 9c1c55b

Please sign in to comment.