Unverified Commit 0dab10f5 authored by Peter Eastman's avatar Peter Eastman Committed by GitHub
Browse files

Update Python versions in CI (#3580)

parent db4cefd4
...@@ -30,7 +30,7 @@ jobs: ...@@ -30,7 +30,7 @@ jobs:
include: include:
- name: Linux CUDA 10.0 - name: Linux CUDA 10.0
os: ubuntu-latest os: ubuntu-latest
python-version: "3.6" python-version: "3.7"
cuda-version: "10.0" cuda-version: "10.0"
OPENCL: false OPENCL: false
CMAKE_FLAGS: | CMAKE_FLAGS: |
...@@ -51,7 +51,7 @@ jobs: ...@@ -51,7 +51,7 @@ jobs:
- name: Linux CUDA 11.2 - name: Linux CUDA 11.2
os: ubuntu-latest os: ubuntu-latest
python-version: "3.6" python-version: "3.7"
OPENCL: false OPENCL: false
cuda-version: "11.2" cuda-version: "11.2"
CMAKE_FLAGS: | CMAKE_FLAGS: |
...@@ -72,7 +72,7 @@ jobs: ...@@ -72,7 +72,7 @@ jobs:
- name: Linux AMD OpenCL - name: Linux AMD OpenCL
os: ubuntu-latest os: ubuntu-latest
python-version: "3.6" python-version: "3.7"
OPENCL: true OPENCL: true
cuda-version: "" cuda-version: ""
CMAKE_FLAGS: | CMAKE_FLAGS: |
...@@ -90,9 +90,9 @@ jobs: ...@@ -90,9 +90,9 @@ jobs:
-DOPENCL_INCLUDE_DIR=${GITHUB_WORKSPACE}/AMDAPPSDK/include \ -DOPENCL_INCLUDE_DIR=${GITHUB_WORKSPACE}/AMDAPPSDK/include \
-DOPENCL_LIBRARY=${GITHUB_WORKSPACE}/AMDAPPSDK/lib/x86_64/libOpenCL.so \ -DOPENCL_LIBRARY=${GITHUB_WORKSPACE}/AMDAPPSDK/lib/x86_64/libOpenCL.so \
- name: Linux CPU Python 3.6 with static lib - name: Linux CPU Python 3.7 with static lib
os: ubuntu-latest os: ubuntu-latest
python-version: "3.6" python-version: "3.7"
OPENCL: false OPENCL: false
cuda-version: "" cuda-version: ""
CC: $CCACHE/clang CC: $CCACHE/clang
...@@ -102,8 +102,8 @@ jobs: ...@@ -102,8 +102,8 @@ jobs:
-DOPENMM_BUILD_OPENCL_LIB=OFF \ -DOPENMM_BUILD_OPENCL_LIB=OFF \
-DOPENMM_BUILD_OPENCL_TESTS=OFF \ -DOPENMM_BUILD_OPENCL_TESTS=OFF \
- name: Linux CPU Python 3.6 with condaforge compilers - name: Linux CPU Python 3.7 with condaforge compilers
python-version: "3.6" python-version: "3.7"
os: ubuntu-latest os: ubuntu-latest
OPENCL: false OPENCL: false
cuda-version: "" cuda-version: ""
...@@ -112,8 +112,8 @@ jobs: ...@@ -112,8 +112,8 @@ jobs:
-DOPENMM_BUILD_OPENCL_LIB=OFF \ -DOPENMM_BUILD_OPENCL_LIB=OFF \
-DOPENMM_BUILD_OPENCL_TESTS=OFF \ -DOPENMM_BUILD_OPENCL_TESTS=OFF \
- name: Linux CPU Python 3.6 - name: Linux CPU Python 3.7
python-version: "3.6" python-version: "3.7"
os: ubuntu-latest os: ubuntu-latest
OPENCL: false OPENCL: false
cuda-version: "" cuda-version: ""
...@@ -121,8 +121,8 @@ jobs: ...@@ -121,8 +121,8 @@ jobs:
-DOPENMM_BUILD_OPENCL_LIB=OFF \ -DOPENMM_BUILD_OPENCL_LIB=OFF \
-DOPENMM_BUILD_OPENCL_TESTS=OFF \ -DOPENMM_BUILD_OPENCL_TESTS=OFF \
- name: Linux CPU Python 3.9 - name: Linux CPU Python 3.10
python-version: "3.9" python-version: "3.10"
os: ubuntu-latest os: ubuntu-latest
OPENCL: false OPENCL: false
cuda-version: "" cuda-version: ""
...@@ -130,8 +130,8 @@ jobs: ...@@ -130,8 +130,8 @@ jobs:
-DOPENMM_BUILD_OPENCL_LIB=OFF \ -DOPENMM_BUILD_OPENCL_LIB=OFF \
-DOPENMM_BUILD_OPENCL_TESTS=OFF \ -DOPENMM_BUILD_OPENCL_TESTS=OFF \
- name: Linux CPU Pypy 3.6 - name: Linux CPU Pypy 3.7
python-version: "3.6.*=*pypy*" python-version: "3.7.*=*pypy*"
os: ubuntu-latest os: ubuntu-latest
OPENCL: false OPENCL: false
cuda-version: "" cuda-version: ""
...@@ -139,8 +139,8 @@ jobs: ...@@ -139,8 +139,8 @@ jobs:
-DOPENMM_BUILD_OPENCL_LIB=OFF \ -DOPENMM_BUILD_OPENCL_LIB=OFF \
-DOPENMM_BUILD_OPENCL_TESTS=OFF \ -DOPENMM_BUILD_OPENCL_TESTS=OFF \
- name: MacOS Intel CPU/OpenCL Python 3.9 - name: MacOS Intel CPU/OpenCL Python 3.10
python-version: "3.9" python-version: "3.10"
os: macos-latest os: macos-latest
OPENCL: false OPENCL: false
cuda-version: "" cuda-version: ""
...@@ -322,8 +322,8 @@ jobs: ...@@ -322,8 +322,8 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
include: include:
- name: Windows CUDA 11.2 Python 3.9 - name: Windows CUDA 11.2 Python 3.10
python-version: "3.9" python-version: "3.10"
cuda-version: "11.2" cuda-version: "11.2"
CMAKE_FLAGS: | CMAKE_FLAGS: |
-DCUDA_TOOLKIT_ROOT_DIR="%CUDA_TOOLKIT_ROOT_DIR%" ^ -DCUDA_TOOLKIT_ROOT_DIR="%CUDA_TOOLKIT_ROOT_DIR%" ^
...@@ -458,19 +458,19 @@ jobs: ...@@ -458,19 +458,19 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
include: include:
- name: PowerPC CPU/CUDA 10.2 Python 3.9 with condaforge compilers - name: PowerPC CPU/CUDA 10.2 Python 3.10 with condaforge compilers
docker-image: quay.io/condaforge/linux-anvil-ppc64le-cuda:10.2 docker-image: quay.io/condaforge/linux-anvil-ppc64le-cuda:10.2
python-version: "3.9" python-version: "3.10"
compilers: compilers compilers: compilers
- name: PowerPC CPU Python 3.9 devtoolset-7 compilers - name: PowerPC CPU Python 3.10 devtoolset-7 compilers
docker-image: quay.io/condaforge/linux-anvil-ppc64le docker-image: quay.io/condaforge/linux-anvil-ppc64le
python-version: "3.9" python-version: "3.10"
compilers: devtoolset-7 compilers: devtoolset-7
- name: ARM CPU Python 3.6 with condaforge compilers - name: ARM CPU Python 3.10 with condaforge compilers
docker-image: quay.io/condaforge/linux-anvil-aarch64 docker-image: quay.io/condaforge/linux-anvil-aarch64
python-version: "3.9" python-version: "3.10"
compilers: compilers compilers: compilers
...@@ -555,7 +555,7 @@ jobs: ...@@ -555,7 +555,7 @@ jobs:
- uses: conda-incubator/setup-miniconda@v2 - uses: conda-incubator/setup-miniconda@v2
name: "Prepare base dependencies" name: "Prepare base dependencies"
with: with:
python-version: "3.6" python-version: "3.7"
activate-environment: build activate-environment: build
environment-file: devtools/ci/gh-actions/conda-envs/docs.yml environment-file: devtools/ci/gh-actions/conda-envs/docs.yml
auto-activate-base: false auto-activate-base: false
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment