Skip to content

Commit

Permalink
Use new images in conda tests
Browse files Browse the repository at this point in the history
  • Loading branch information
akihironitta committed Jul 25, 2022
1 parent 6b23771 commit 8a531ad
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci-pytorch_test-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@ defaults:
jobs:
conda:
runs-on: ubuntu-20.04
container: pytorchlightning/pytorch_lightning:base-conda-py${{ matrix.python-version }}-torch${{ matrix.pytorch-version }}
container: pytorchlightning/pytorch_lightning:base-conda-py${{ matrix.python-version }}-torch${{ matrix.pytorch-version }}-cuda${{ matrix.cuda-version }}
strategy:
fail-fast: false
matrix:
# nightly: add when there's a release candidate
include:
- {python-version: "3.8", pytorch-version: "1.9"}
- {python-version: "3.8", pytorch-version: "1.10"}
- {python-version: "3.9", pytorch-version: "1.11"}
- {python-version: "3.9", pytorch-version: "1.12"}
- {python-version: "3.8", pytorch-version: "1.9", cuda-version: "11.1"}
- {python-version: "3.8", pytorch-version: "1.10", cuda-version: "11.1"}
- {python-version: "3.9", pytorch-version: "1.11", cuda-version: "11.3.1"}
- {python-version: "3.9", pytorch-version: "1.12", cuda-version: "11.3.1"}

timeout-minutes: 30

Expand Down

0 comments on commit 8a531ad

Please sign in to comment.