Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Davidham3 committed Dec 21, 2024
1 parent 32c3cc8 commit aa328b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels_for_vtag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
python -m pip install torch --index-url https://download.pytorch.org/whl/cpu
PYTHON_VERSION=${{ matrix.python-version }}
PYTHON_VERSION_NO_DOT="${PYTHON_VERSION/./}"
python -m pip install "dist/trajdl-0.1.0-cp${PYTHON_VERSION_NO_DOT}-cp${PYTHON_VERSION_NO_DOT}-manylinux_2_17_x86_64.manylinux2014_x86_64.whl[dev,docs]"
python -m pip install "dist/*-cp${PYTHON_VERSION_NO_DOT}-cp${PYTHON_VERSION_NO_DOT}-manylinux_2_17_x86_64.manylinux2014_x86_64.whl[dev,docs]"
- name: Cache datasets
id: cache-datasets
Expand Down

0 comments on commit aa328b4

Please sign in to comment.