Skip to content

Commit

Permalink
update CI test
Browse files Browse the repository at this point in the history
  • Loading branch information
yymao committed Oct 26, 2021
1 parent fbd7a6d commit 57aedc5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Python package

on: [push]
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

jobs:
build:
Expand All @@ -9,7 +13,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [2.7, 3.6, 3.7, 3.8]
python-version: ["2.7", "3.6", "3.7", "3.8", "3.9"]

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

0 comments on commit 57aedc5

Please sign in to comment.