Skip to content

Commit

Permalink
Update GitHub Actions workflow to use tox for running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sisoe24 committed Dec 25, 2023
1 parent a6578e0 commit 56f90c7
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/github_tests_actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,8 @@ jobs:
- name: Install Poetry
run: |
pip install --upgrade pip
pip install poetry
- name: Install dependencies
run: |
poetry install
pip install tox
- name: Run tox
run: |
poetry run tox
tox

0 comments on commit 56f90c7

Please sign in to comment.