Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Davidham3 committed Dec 20, 2024
1 parent 794eae3 commit 2efebca
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build_wheels_for_vtag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:

- name: Install TrajDL
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade pip build
python -m pip install torch --index-url https://download.pytorch.org/whl/cpu
PYTHON_VERSION=${{ matrix.python-version }}
PYTHON_VERSION_NO_DOT="${PYTHON_VERSION/./}"
Expand All @@ -71,9 +71,6 @@ jobs:

- name: Test with pytest
run: |
autoflake -j 0 --remove-all-unused-imports --in-place --recursive --ignore-init-module-imports .
isort -j -1 .
black .
pytest -s
- name: Build SDist
Expand Down

0 comments on commit 2efebca

Please sign in to comment.