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

changing deploy workflow

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