Commit 8f054dcb authored by Boris Bonev's avatar Boris Bonev
Browse files

changing deploy workflow

parent 74d2a27f
......@@ -19,13 +19,11 @@ jobs:
python-version: '3.10'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install torch --index-url https://download.pytorch.org/whl/cpu
pip show torch
pip install --upgrade pip
pip install torch --index-url https://download.pytorch.org/whl/cpu
- name: Install package
run: |
pip show torch
python -m pip install -e .
pip install -e .
pip install setuptools wheel
- name: Build a binary wheel and a source tarball
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