Skip to content

Commit

Permalink
Updates on regression
Browse files Browse the repository at this point in the history
Signed-off-by: Anderson Ignacio <[email protected]>
  • Loading branch information
aignacio committed Jun 18, 2022
1 parent 9ff053f commit 4c924d7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/regression.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: [push, pull_request]

jobs:
test:
name: Tox (pytest) - ${{ matrix.os }}/${{ matrix.python-version }}
name: Tox (pytest) - ${{ matrix.os }} / ${{ matrix.python-version }}
runs-on: ${{ matrix.os }}

strategy:
Expand Down Expand Up @@ -34,5 +34,4 @@ jobs:
python -m pip install --upgrade pip
pip install tox tox-gh-actions
- name: Test with tox
env:
run: tox

0 comments on commit 4c924d7

Please sign in to comment.