Unverified Commit b60f4026 authored by Sergii Dymchenko's avatar Sergii Dymchenko Committed by GitHub
Browse files

Update integration-test.yml to Python 3.9 (#3862)

As we no longer build PyTorch for 3.8
parent 265bc5ca
...@@ -13,7 +13,7 @@ jobs: ...@@ -13,7 +13,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
python-version: [ 3.8 ] python-version: [ 3.9 ]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment