mirror of
https://github.com/GAM-team/GAM.git
synced 2025-07-10 06:33:34 +00:00
actions take 48
This commit is contained in:
11
.github/workflows/build.yml
vendored
11
.github/workflows/build.yml
vendored
@ -26,14 +26,11 @@ jobs:
|
||||
os: [ubuntu-16.04, ubuntu-18.04, ubuntu-20.04, macos-10.15, windows-2016, windows-2019]
|
||||
include:
|
||||
- os: ubuntu-20.04
|
||||
env:
|
||||
TESTING: "python_36"
|
||||
TESTING: "python_36"
|
||||
- os: ubuntu-20.04
|
||||
env:
|
||||
TESTING: "python_37"
|
||||
TESTING: "python_37"
|
||||
- os: ubuntu-20.04
|
||||
env:
|
||||
TESTING: "python_38"
|
||||
TESTING: "python_38"
|
||||
|
||||
steps:
|
||||
|
||||
@ -44,7 +41,7 @@ jobs:
|
||||
|
||||
- name: Cache multiple paths
|
||||
uses: actions/cache@v2
|
||||
if: env.TESTING == ''
|
||||
if: matrix.TESTING == ''
|
||||
with:
|
||||
path: |
|
||||
~/python
|
||||
|
Reference in New Issue
Block a user