We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c40f73c commit c46923eCopy full SHA for c46923e
.github/workflows/pytest.yml
@@ -13,14 +13,11 @@ jobs:
13
14
steps:
15
- uses: actions/checkout@v4
16
- - name: Install poetry
17
- run: pipx install poetry
18
- name: Set up Python ${{ matrix.python-version }}
19
uses: actions/setup-python@v5
20
with:
21
python-version: ${{ matrix.python-version }}
22
- cache: poetry
23
- name: Install Dependencies
24
- run: poetry install
+ run: pip install pytest
25
- name: Run tests
26
- run: poetry run pytest --verbose
+ run: pytest --verbose
0 commit comments