Skip to content

Commit

Permalink
tox --hashseed notset
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-mixas committed Jun 21, 2024
1 parent b74cde6 commit 0f26b37
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,19 @@ jobs:

- name: Install dependencies
run: |
pip install --quiet --upgrade pip setuptools tox>=4.5.1
pip install --quiet --upgrade pip
- name: Run essential tests
if: ${{ matrix.tox-env != 'extended' }}
run: |
tox run -e ${{ matrix.tox-env }}
pip install --quiet --upgrade .[test,cli]
pytest
- name: Run linters and coverage
if: ${{ matrix.tox-env == 'extended' }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
pip install --quiet --upgrade coveralls
tox run -e ${{ matrix.tox-env }}
pip install --quiet --upgrade coveralls tox>=4.5.1
tox --hashseed notset run -e ${{ matrix.tox-env }}
coveralls --service=github

0 comments on commit 0f26b37

Please sign in to comment.