Skip to content

Commit

Permalink
dev(hansbug): add more complex test set:
Browse files Browse the repository at this point in the history
  • Loading branch information
HansBug committed May 26, 2023
1 parent f92bcb3 commit 7e2bd4e
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
- '1.13.1'
- '2.0.1'
- 'latest'
exclude:
- python-version: '3.7'
torch-version: '2.0.1'

steps:
- name: Get system version for Linux
Expand Down Expand Up @@ -99,16 +102,15 @@ jobs:
pip install -r requirements.txt
pip install -r requirements-build.txt
pip install -r requirements-test.txt
- name: Install Extra Test Requirements
shell: bash
run: |
pip install -r requirements-test-extra.txt
- name: Install Torch
shell: bash
if: ${{ matrix.torch-version != 'latest' }}
continue-on-error: true
run: |
pip install torch==${{ matrix.torch-version }}
- name: Install Extra Test Requirements
shell: bash
run: |
pip install -r requirements-test-extra.txt
- name: Test the basic environment
shell: bash
run: |
Expand Down

0 comments on commit 7e2bd4e

Please sign in to comment.