Skip to content

Commit

Permalink
ci.yml to use Poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbayley committed Feb 21, 2024
1 parent 5d267ff commit 0ea301d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,11 @@ jobs:
with:
python-version: ${{ matrix.version}}

- name: Setup Project
run: bash setup.sh
- name: Install Poetry
run: pipx install poetry

- name: Install Dependencies
run: poetry install

- name: Run Test Suite
run: python -m pytest
run: poetry run pytest

0 comments on commit 0ea301d

Please sign in to comment.