Skip to content

Commit

Permalink
Restore all OS in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
JrooTJunior committed May 12, 2021
1 parent 73028e7 commit 7821025
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,26 @@ on:

jobs:
build:
defaults:
run:
shell: bash
runs-on: ${{ matrix.os }}
strategy:
max-parallel: 6
fail-fast: true
matrix:
os:
# - ubuntu-latest
# - macos-latest
- ubuntu-latest
- macos-latest
- windows-latest
python-version:
- 3.7
- 3.8
- 3.9

defaults:
# Windows is sucks. Force use bash instead of PowerShell
run:
shell: bash

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

steps:
- uses: actions/checkout@master

Expand Down

0 comments on commit 7821025

Please sign in to comment.