From 2efebca02c23ef649d62c0d5a49538ccf7639528 Mon Sep 17 00:00:00 2001 From: "mengxian.sc" Date: Sat, 21 Dec 2024 01:06:50 +0800 Subject: [PATCH] fix bug --- .github/workflows/build_wheels_for_vtag.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/build_wheels_for_vtag.yml b/.github/workflows/build_wheels_for_vtag.yml index 1310706..7bd2d6e 100644 --- a/.github/workflows/build_wheels_for_vtag.yml +++ b/.github/workflows/build_wheels_for_vtag.yml @@ -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/./}" @@ -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