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,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