Commit 3785f466 authored by Sylvain Gugger's avatar Sylvain Gugger
Browse files

Fix syntax error in TorchHub workflow

parent 6984848e
......@@ -30,10 +30,10 @@ jobs:
key: v1-torch_hub-${{ hashFiles('setup.py') }}
- name: Create virtual environment on cache miss
if: steps.cache.outputs.cache-hit != 'true'
run: |
python -m venv ~/venv && . ~/venv/bin/activate
pip install --upgrade pip
if: steps.cache.outputs.cache-hit != 'true'
run: |
python -m venv ~/venv && . ~/venv/bin/activate
pip install --upgrade pip
- name: Install dependencies
run: |
......
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