Skip to content

Commit

Permalink
Add back matrix build
Browse files Browse the repository at this point in the history
  • Loading branch information
pronovic committed Feb 7, 2021
1 parent 256b76c commit d0c33d0
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,10 @@ on:
jobs:
build:
runs-on: ubuntu-latest
#strategy:
#matrix:
#os: [ubuntu-latest, macos-latest, windows-latest]
#python: [3.7, 3.8, 3.9]
strategy:
matrix:
os: [ubuntu-latest]
python: [3.9]
os: [ubuntu-latest, macos-latest, windows-latest]
python: [3.7, 3.8, 3.9]
steps:
- name: Check out code
uses: actions/checkout@v2
Expand Down

0 comments on commit d0c33d0

Please sign in to comment.