mirror of
https://github.com/GAM-team/GAM.git
synced 2025-07-10 06:33:34 +00:00
actions take 50
This commit is contained in:
14
.github/workflows/build.yml
vendored
14
.github/workflows/build.yml
vendored
@ -24,14 +24,14 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-16.04, ubuntu-18.04, ubuntu-20.04, macos-10.15, windows-2016, windows-2019]
|
||||
goal: build
|
||||
goal: "build"
|
||||
include:
|
||||
- goal: test
|
||||
python: 3.6
|
||||
- goal: test
|
||||
python: 3.7
|
||||
- goal: test
|
||||
python: 3.8
|
||||
- goal: "test"
|
||||
python: "3.6"
|
||||
- goal: "test"
|
||||
python: "3.7"
|
||||
- goal: "test"
|
||||
python: "3.8"
|
||||
|
||||
steps:
|
||||
|
||||
|
Reference in New Issue
Block a user