From d44c6f9a31f16c8180dc023f7a8de9659a86d19a Mon Sep 17 00:00:00 2001 From: Sergey Pokhodenko Date: Wed, 29 Sep 2021 18:56:40 +0300 Subject: [PATCH] Update public CI --- .github/workflows/conda-package.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/conda-package.yml b/.github/workflows/conda-package.yml index f6d6778bcd..6f542950da 100644 --- a/.github/workflows/conda-package.yml +++ b/.github/workflows/conda-package.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - python: ["3.8"] + python: [3.8, 3.9] integration_channels: [""] experimental: [true] # packages are not available on -c intel yet artifact_name: [""] @@ -68,7 +68,7 @@ jobs: strategy: matrix: - python: ["3.8"] + python: [3.8, 3.9] integration_channels: [""] experimental: [true] # packages are not available on -c intel yet artifact_name: [""] @@ -118,7 +118,7 @@ jobs: strategy: matrix: - python: ["3.8"] + python: [3.8, 3.9] integration_channels: [""] experimental: [true] # packages are not available on -c intel yet artifact_name: [""] @@ -186,7 +186,7 @@ jobs: strategy: matrix: - python: ["3.8"] + python: [3.8, 3.9] integration_channels: [""] experimental: [true] # packages are not available on -c intel yet artifact_name: [""] @@ -252,7 +252,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python: ["3.8"] + python: [3.8, 3.9] steps: - name: Download artifact uses: actions/download-artifact@v2 @@ -278,7 +278,7 @@ jobs: runs-on: windows-latest strategy: matrix: - python: [3.8] + python: [3.8, 3.9] steps: - name: Download artifact uses: actions/download-artifact@v2