Skip to content

Commit

Permalink
Cleanup actions and update poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
squillero committed Dec 15, 2023
1 parent c1f62bb commit 6f589e4
Show file tree
Hide file tree
Showing 3 changed files with 110 additions and 103 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,6 @@ jobs:
virtualenvs-create: true
virtualenvs-in-project: true
- run: poetry install --no-interaction --all-extras
# - run: poetry shell
# - run: pip install pytest-md pytest-emoji
# test!
- name: Test Python ${{ matrix.python-version }}
run: poetry run pytest -v
# uses: pavelzw/[email protected]
# with:
# verbose: true
# emoji: true
# job-summary: true
# click-to-expand: true
# report-title: 'Byron Test Report'
- name: Running PyTest on Python ${{ matrix.python-version }}
run: poetry run --no-interaction pytest --verbose --emoji
Loading

0 comments on commit 6f589e4

Please sign in to comment.