Skip to content

Commit

Permalink
chg: Fix CICD
Browse files Browse the repository at this point in the history
  • Loading branch information
ivyleavedtoadflax committed Jul 20, 2023
1 parent f2b31b9 commit aea2c78
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install poetry
run: pipx install poetry
- uses: actions/setup-python@v4
with:
python-version: "3.9"
python-version: '3.9'
cache: 'poetry'
- name: Install Poetry
uses: snok/install-poetry@v1
- name: Run tests and coverage
run: poetry run pytest
- run: poetry install
- run: poetry run pytest

0 comments on commit aea2c78

Please sign in to comment.