Skip to content

Commit

Permalink
minor change in workflow, updated versions on steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Holmboe committed Aug 25, 2023
1 parent 66be3cf commit 6262ce4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ concurrency:

jobs:
test:
name: >-
Test ${{ matrix.os }}-${{ matrix.python-version }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: true
Expand All @@ -21,10 +23,10 @@ jobs:

steps:
- name: Check out repository code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Setup Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}

Expand Down

0 comments on commit 6262ce4

Please sign in to comment.