Skip to content

Commit

Permalink
Rewrite action 2
Browse files Browse the repository at this point in the history
  • Loading branch information
squillero committed Dec 14, 2023
1 parent 7378721 commit e5177ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ jobs:
with:
virtualenvs-create: true
virtualenvs-in-project: true
- name: Install library
- name: Install library & pytest fancy extras
run: poetry install --no-interaction --all-extras
- run: pip install pytest-md pytest-emoji
# test!
- name: Test Python ${{ matrix.python-version }}
- run: pip install pytest-md pytest-emoji
- uses: pavelzw/[email protected]
uses: pavelzw/[email protected]
with:
verbose: true
emoji: true
Expand Down

0 comments on commit e5177ba

Please sign in to comment.