Skip to content

Commit

Permalink
MAINT: update testing for Py-versions
Browse files Browse the repository at this point in the history
  • Loading branch information
leloup314 committed Mar 6, 2024
1 parent dafea31 commit ec07a84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ jobs:
# This workflow contains a single job called "build"
tests:
name: Testing on Python ${{matrix.python-version}} | ${{matrix.sim}}
runs-on: ubuntu-20.04
runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, ubuntu-latest]
python-version: [3.7, 3.8, 3.9]
python-version: [3.7, 3.10, 3.11]

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down

0 comments on commit ec07a84

Please sign in to comment.