Skip to content

Commit 89cb55a

Browse files
committed
chore: updates
1 parent 1b34b32 commit 89cb55a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
pushd .
8282
cd tests/modules
8383
# Don't use requirements.txt here as it contains tensorrt and torch which should have been installed by now.
84-
${CONDA_RUN} python -m pip install numpy packaging pyyaml pybind11==2.6.2
84+
${CONDA_RUN} python -m pip install numpy packaging pyyaml transformers pybind11==2.6.2
8585
${CONDA_RUN} python hub.py
8686
popd
8787
pushd .

0 commit comments

Comments
 (0)