Skip to content

Commit

Permalink
Updated to use poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
dwest77a committed Oct 11, 2024
1 parent 1f67b6d commit 16605d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
- name: Install Python dependencies
run: |
python3 -m pip install --upgrade pip
pip3 install -r requirements.txt
pip3 install -e .
pip3 install poetry
poetry install
# Test with pytest
- name: Run pytest
run: |
pytest
poetry run pytest

0 comments on commit 16605d8

Please sign in to comment.