File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ jobs:
1919 strategy :
2020 fail-fast : false
2121 matrix :
22- PYTHON_VERSION : ['3.6 ', '3.7 ', '3.8 ']
22+ PYTHON_VERSION : ['3.7 ', '3.8 ', '3.9 ']
2323 steps :
2424 - name : Checkout branch
2525 uses : actions/checkout@v2
2626 - name : Install Conda
27- uses : goanpeca /setup-miniconda@v1
27+ uses : conda-incubator /setup-miniconda@v2
2828 with :
2929 activate-environment : test
3030 auto-update-conda : true
Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ jobs:
1919 strategy :
2020 fail-fast : false
2121 matrix :
22- PYTHON_VERSION : ['3.6 ', '3.7 ', '3.8 ']
22+ PYTHON_VERSION : ['3.7 ', '3.8 ', '3.9 ']
2323 steps :
2424 - name : Checkout branch
2525 uses : actions/checkout@v2
2626 - name : Install Conda
27- uses : goanpeca /setup-miniconda@v1
27+ uses : conda-incubator /setup-miniconda@v2
2828 with :
2929 activate-environment : test
3030 auto-update-conda : true
Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ jobs:
1919 strategy :
2020 fail-fast : false
2121 matrix :
22- PYTHON_VERSION : ['3.6 ', '3.7 ', '3.8 ']
22+ PYTHON_VERSION : ['3.7 ', '3.8 ', '3.9 ']
2323 steps :
2424 - name : Checkout branch
2525 uses : actions/checkout@v2
2626 - name : Install Conda
27- uses : goanpeca /setup-miniconda@v1
27+ uses : conda-incubator /setup-miniconda@v2
2828 with :
2929 activate-environment : test
3030 auto-update-conda : true
You can’t perform that action at this time.
0 commit comments