Skip to content

Commit

Permalink
Troubleshooting the "slow" tests group in Azure DevOps CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsherstinsky committed Oct 20, 2023
1 parent 922aa2c commit b340cf2
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -270,13 +270,14 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
python-version: [3.8]
test-markers: ["slow"]
python-version: [3.9]
test-markers:
- "slow"
include:
- python-version: 3.8
pytorch-version: 2.0.0
- python-version: "3.9"
pytorch-version: 2.1.0
torchscript-version: 1.10.2
ray-version: 2.3.1
ray-version: 2.3.0
env:
PYTORCH: ${{ matrix.pytorch-version }}
MARKERS: ${{ matrix.test-markers }}
Expand Down

0 comments on commit b340cf2

Please sign in to comment.