Skip to content

Commit

Permalink
fixed github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ampledata committed Jan 28, 2023
1 parent 5b1b4ff commit 5693b3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-test_and_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ on:
jobs:
build:

runs-on: ubuntu-latest
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: [3.6, 3.7, 3.8, 3.9, "3.10"]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 5693b3d

Please sign in to comment.