Skip to content

Commit f6d3daa

Browse files
committed
[fix] update ci
1 parent 201d059 commit f6d3daa

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/linux_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/macos_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/win_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)