提交 2502b0f2 编写于 作者: HansBug's avatar HansBug 😆

dev(hansbug): try use treevalue 1.4.11

上级 53719239
......@@ -29,12 +29,15 @@ jobs:
- '1.2.0'
- '1.6.0'
- '1.10.0'
- '1.12.0'
- '1.13.0'
- '2.0.1'
exclude:
- python-version: '3.7'
numpy-version: '1.22.0'
- python-version: '3.10'
numpy-version: '1.18.0'
- python-version: '3.7'
torch-version: '2.0.1'
- python-version: '3.8'
torch-version: '1.2.0'
- python-version: '3.9'
......@@ -47,6 +50,10 @@ jobs:
torch-version: '1.6.0'
- python-version: '3.10'
torch-version: '1.10.0'
- python-version: '3.11'
torch-version: '1.2.1'
- python-version: '3.11'
torch-version: '1.6.1'
- os: 'windows-2019'
torch-version: '1.2.0'
- os: 'windows-2019'
......@@ -112,6 +119,11 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install --upgrade flake8 setuptools wheel twine
- name: Install dependencies
shell: bash
run: |
pip install -r requirements.txt
pip install -r requirements-test.txt
- name: Install numpy v${{ matrix.numpy-version }}
if: ${{ matrix.numpy-version != 'latest' }}
shell: bash
......@@ -122,11 +134,6 @@ jobs:
shell: bash
run: |
pip install 'torch==${{ matrix.torch-version }}'
- name: Install dependencies
shell: bash
run: |
pip install -r requirements.txt
pip install -r requirements-test.txt
- name: Test the basic environment
shell: bash
run: |
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册