mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 12:21:35 +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]
|
os: [ubuntu-16.04, ubuntu-18.04, ubuntu-20.04, macos-10.15, windows-2016, windows-2019]
|
||||||
include:
|
include:
|
||||||
- os: ubuntu-20.04
|
- os: ubuntu-20.04
|
||||||
env:
|
TESTING: "python_36"
|
||||||
TESTING: "python_36"
|
|
||||||
- os: ubuntu-20.04
|
- os: ubuntu-20.04
|
||||||
env:
|
TESTING: "python_37"
|
||||||
TESTING: "python_37"
|
|
||||||
- os: ubuntu-20.04
|
- os: ubuntu-20.04
|
||||||
env:
|
TESTING: "python_38"
|
||||||
TESTING: "python_38"
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
@@ -44,7 +41,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Cache multiple paths
|
- name: Cache multiple paths
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
if: env.TESTING == ''
|
if: matrix.TESTING == ''
|
||||||
with:
|
with:
|
||||||
path: |
|
path: |
|
||||||
~/python
|
~/python
|
||||||
|
|||||||
Reference in New Issue
Block a user