Skip to content

Commit

Permalink
step1 add test
Browse files Browse the repository at this point in the history
  • Loading branch information
YanWenKun committed Mar 26, 2024
1 parent b577f27 commit 6fc6650
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions step1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ python -m pip wheel --no-cache-dir \
--extra-index-url https://pypi.org/simple \
-w ./temp_wheel_dir

# Test-install to check conflicts
python -m pip install --no-cache-dir ./temp_wheel_dir/*

mv temp_wheel_dir cp311_cu121_deps

tar cf cp311_cu121_deps.tar cp311_cu121_deps
Expand Down

0 comments on commit 6fc6650

Please sign in to comment.