Compare commits

...
+14 -3
View File
@@ -2,7 +2,7 @@ name: Tests
on:
push:
branches: [ master, main ]
branches: [ main ]
schedule:
- cron: 0 0 * * *
pull_request:
@@ -23,8 +23,19 @@ jobs:
- '3.12.x'
os:
- ubuntu-latest
- macos-latest
- windows-latest
include:
- os: macos-latest
python-version: '3.8.x'
if: >-
${{ !contains(github.ref, 'refs/heads/gpu') &&
github.event_name != 'pull_request' ||
github.event.pull_request.base.ref != 'gpu' }}
- os: windows-latest
python-version: '3.8.x'
if: >-
${{ !contains(github.ref, 'refs/heads/gpu') &&
github.event_name != 'pull_request' ||
github.event.pull_request.base.ref != 'gpu' }}
runs-on: ${{ matrix.os }}