Skip to content

Commit c46923e

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

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/pytest.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,11 @@ 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 }}
22-
cache: poetry
2320
- name: Install Dependencies
24-
run: poetry install
21+
run: pip install pytest
2522
- name: Run tests
26-
run: poetry run pytest --verbose
23+
run: pytest --verbose

0 commit comments

Comments
 (0)