test 3.11

This commit is contained in:
Jasonzzt 2023-11-01 19:14:53 +08:00
parent 3c3329010d
commit 687da21467
2 changed files with 12 additions and 13 deletions

View file

@ -58,7 +58,6 @@ jobs:
export http_proxy=${HTTP_PROXY} export http_proxy=${HTTP_PROXY}
export https_proxy=${HTTPS_PROXY} export https_proxy=${HTTPS_PROXY}
yum install -y gcc-toolset-11 cmake git yum install -y gcc-toolset-11 cmake git
conda update -n base conda
conda remove -n python39 --all -y conda remove -n python39 --all -y
conda create -n python39 python=3.9 -y conda create -n python39 python=3.9 -y
conda remove -n python310 --all -y conda remove -n python310 --all -y

View file

@ -43,18 +43,18 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
include: include:
- os: windows # - os: windows
instruction: avx2 # instruction: avx2
python-version: "3.9" # python-version: "3.9"
- os: ubuntu-20.04-lts # - os: ubuntu-20.04-lts
instruction: avx512 # instruction: avx512
python-version: "3.9" # python-version: "3.9"
- os: windows # - os: windows
instruction: avx2 # instruction: avx2
python-version: "3.10" # python-version: "3.10"
- os: ubuntu-20.04-lts # - os: ubuntu-20.04-lts
instruction: avx512 # instruction: avx512
python-version: "3.10" # python-version: "3.10"
- os: windows - os: windows
instruction: avx2 instruction: avx2
python-version: "3.11" python-version: "3.11"