Skip to content

Commit

Permalink
GitHub changed their spec
Browse files Browse the repository at this point in the history
  • Loading branch information
andykee committed Oct 18, 2023
1 parent 13ae4f0 commit 33246be
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# This workflow will install Python dependencies, run tests and lint with a single version of Python
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions

name: tests

on: ["push", "pull_request"]
Expand All @@ -10,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: ["3.6", "3.7", "3.8", "3.9"]

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

0 comments on commit 33246be

Please sign in to comment.