Skip to content

Commit

Permalink
Strip some missed poetry
Browse files Browse the repository at this point in the history
This is a hatchling project
  • Loading branch information
AstraLuma committed Nov 20, 2024
1 parent c40f73c commit ebeca9b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,12 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Install poetry
run: pipx install poetry
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: poetry
- name: Install Dependencies
run: poetry install
run: pip install pytest
- name: Run tests
run: poetry run pytest --verbose
run: pytest --verbose

0 comments on commit ebeca9b

Please sign in to comment.