Skip to content

Commit

Permalink
fix: attempt fix to ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
jag1g13 committed Oct 27, 2020
1 parent 28323a1 commit 4551eb5
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 @@ -11,11 +11,12 @@ on:

jobs:
build:
runs-on: ${{ matrix.os }}

strategy:
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
runs-on: [ubuntu-latest, macos-latest]
os: [ubuntu-latest, macos-latest]

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

0 comments on commit 4551eb5

Please sign in to comment.