From f9ff3545cddcdc246622e9b16a9fc5b864a850f6 Mon Sep 17 00:00:00 2001 From: Jirka Borovec Date: Wed, 5 May 2021 16:05:02 +0200 Subject: [PATCH] CI/PT 1.9 (#7380) * add pt 1.9 * pull --- .github/workflows/ci_test-conda.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_test-conda.yml b/.github/workflows/ci_test-conda.yml index da853bf623..9ed2f30e0b 100644 --- a/.github/workflows/ci_test-conda.yml +++ b/.github/workflows/ci_test-conda.yml @@ -16,7 +16,7 @@ jobs: matrix: # os: [ubuntu-20.04] python-version: [3.7] - pytorch-version: [1.4, 1.5, 1.6, 1.7, 1.8] + pytorch-version: [1.4, 1.5, 1.6, 1.7, 1.8, 1.9] # Timeout: https://stackoverflow.com/a/59076067/4521646 timeout-minutes: 35