Skip to content

Commit

Permalink
Update python-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GoodManWEN authored Dec 30, 2020
1 parent 6354dda commit fe3b5f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ on:
jobs:
build:

runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest, ubuntu-latest]
python-version: ['3.6', '3.7', '3.8' , '3.9']

steps:
Expand Down

0 comments on commit fe3b5f0

Please sign in to comment.