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

debugging workflow run

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