Skip to content

Commit f711efc

Browse files
committed
fix the test
1 parent bbe8c3b commit f711efc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/container/test-axlearn.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ cd "$DIR" || exit 1
9393

9494
echo "Running tests..."
9595

96-
pip install torch --extra-index-url https://download.pytorch.org/whl/cpu
97-
pip install transformers scikit-learn timm
96+
pip install transformers --no-deps
97+
pip install scikit-learn timm
9898

9999

100100
if [ "${#TEST_FILES[@]}" -eq 0 ]; then

0 commit comments

Comments
 (0)