Skip to content

Commit

Permalink
ci: across os in case of numeric diffs
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Mar 30, 2022
1 parent 31a9529 commit fb61475
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,13 @@ on:
jobs:

full:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}

name: Python ${{ matrix.python-version }}
name: ${{ matrix.os }} Python ${{ matrix.python-version }}
strategy:
matrix:
python-version: [ '3.7', '3.8', '3.9', '3.10' ]
os: [ 'ubuntu-latest', 'windows-latest', 'macos-latest']

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

0 comments on commit fb61475

Please sign in to comment.