Skip to content

Bump torch from 1.3.1+cpu to 2.2.0 #23

Bump torch from 1.3.1+cpu to 2.2.0

Bump torch from 1.3.1+cpu to 2.2.0 #23

Workflow file for this run

name: Python3 CI
on: ["push", "pull_request"]
jobs:
tox:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v1
- name: Set up Python 3.6
uses: actions/setup-python@v1
with:
python-version: '3.6'
- name: Install tox
run: |
python -m pip install --upgrade pip
pip install tox
- name: Tox Test
run: tox