Skip to content

Commit 74792a0

Browse files
committed
Install requirements
1 parent c4577d8 commit 74792a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pull.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
3131
# Install tokenizers
3232
pip install . -v
33-
pip install pytest
33+
pip install pytest blobfile
3434
3535
# Run tests
3636
pytest

.github/workflows/trunk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
3838
# Install tokenizers
3939
${CONDA_RUN} pip install . -v
40-
${CONDA_RUN} pip install pytest
40+
${CONDA_RUN} pip install pytest blobfile
4141
4242
# Run tests
4343
${CONDA_RUN} pytest

0 commit comments

Comments
 (0)