Commit 74d2a27f authored by Boris Bonev's avatar Boris Bonev
Browse files

debugging workflow run

parent abf2beda
...@@ -13,7 +13,7 @@ jobs: ...@@ -13,7 +13,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- name: Set up Python 3.9 - name: Set up Python 3.10
uses: actions/setup-python@v5 uses: actions/setup-python@v5
with: with:
python-version: '3.10' python-version: '3.10'
...@@ -21,8 +21,10 @@ jobs: ...@@ -21,8 +21,10 @@ jobs:
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
python -m pip install torch --index-url https://download.pytorch.org/whl/cpu python -m 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
python -m 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
......
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