Skip to content
Merged
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion .github/workflows/pytorch-version-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
schedule:
# Run at 00:00 UTC Every Day
- cron: "0 0 * * *"

jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -26,6 +26,12 @@ jobs:
python-version: 3.9
- pytorch-version: 1.6.0
python-version: 3.9
# disabling python 3.9 support with PyTorch 1.7.1 and 1.8.1, to stop repeated pytorch-version test fail.
# https://github.com/pytorch/ignite/issues/2383
- pytorch-version: 1.7.1
python-version: 3.9
- pytorch-version: 1.8.1
python-version: 3.9

steps:
- uses: actions/checkout@v2
Expand Down