actions take 48

This commit is contained in:
Jay Lee
2020-12-04 04:46:39 -05:00
parent cdadf68f30
commit d10a3b91e3

View File

@@ -26,13 +26,10 @@ 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