Skip to content

Commit ebeca9b

Browse files
committed
Strip some missed poetry
This is a hatchling project
1 parent c40f73c commit ebeca9b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/pytest.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,12 @@ jobs:
1313

1414
steps:
1515
- uses: actions/checkout@v4
16-
- name: Install poetry
17-
run: pipx install poetry
1816
- name: Set up Python ${{ matrix.python-version }}
1917
uses: actions/setup-python@v5
2018
with:
2119
python-version: ${{ matrix.python-version }}
2220
cache: poetry
2321
- name: Install Dependencies
24-
run: poetry install
22+
run: pip install pytest
2523
- name: Run tests
26-
run: poetry run pytest --verbose
24+
run: pytest --verbose

0 commit comments

Comments
 (0)