Skip to content

Commit

Permalink
CI: adding nightly PT 1.13 (#1115)
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Jun 28, 2022
1 parent 3be919d commit d9c345b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci_test-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
include:
- {python-version: 3.7, pytorch-version: '1.3'}
- {python-version: 3.9, pytorch-version: '1.12'}
- {python-version: 3.9, pytorch-version: '1.13'}
env:
PYTEST_ARTEFACT: test-conda-py${{ matrix.python-version }}-pt${{ matrix.pytorch-version }}.xml

Expand Down
3 changes: 2 additions & 1 deletion requirements/adjust-versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
from packaging.version import Version

VERSIONS = [
dict(torch="1.12.0", torchvision="0.13.0", torchtext=""), # nightly
dict(torch="1.13.0", torchvision="0.14.0", torchtext="0.14.0"), # nightly
dict(torch="1.12.0", torchvision="0.13.0", torchtext="0.13.0"), # test
dict(torch="1.11.0", torchvision="0.12.0", torchtext="0.12.0"), # stable
dict(torch="1.10.2", torchvision="0.11.3", torchtext="0.11.2"),
dict(torch="1.10.1", torchvision="0.11.2", torchtext="0.11.1"),
Expand Down

0 comments on commit d9c345b

Please sign in to comment.