Skip to content

Commit 373d1d2

Browse files
committed
Fix merge issue
1 parent 3acb3d3 commit 373d1d2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,6 @@ jobs:
167167
HF_TOKEN: ${{ secrets.HF_TOKEN }}
168168
run: |
169169
docker run -d --name redis -p 6379:6379 redis/redis-stack-server:latest
170-
make test-notebooks
171170
if [[ "${{ matrix.python-version }}" > "3.9" ]]; then
172171
make test-notebooks
173172
else

0 commit comments

Comments
 (0)