Skip to content

Commit

Permalink
Attempted fix to auto test - use pip to install
Browse files Browse the repository at this point in the history
  • Loading branch information
dwest77a committed Oct 31, 2024
1 parent 999a7b0 commit e83daf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: |
python3 -m pip install --upgrade pip
pip3 install poetry
poetry install
pip3 install .
# Test with pytest
- name: Run pytest
run: |
Expand Down

0 comments on commit e83daf7

Please sign in to comment.