Skip to content

Commit

Permalink
Install package in PyTest workflow before running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneholloman committed Nov 23, 2024
1 parent 3bb7655 commit f2d240e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

name: PyTest

on:
Expand Down Expand Up @@ -26,6 +25,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install setuptools chardet pathspec pytest
pip install .
- name: Run tests
run: |
Expand Down

0 comments on commit f2d240e

Please sign in to comment.