Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a1e8cf6

Browse files
committedJun 19, 2025·
cleanup the test file
1 parent a719eb1 commit a1e8cf6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed
 

‎.github/workflows/test.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -137,19 +137,13 @@ jobs:
137137
credentials_json: ${{ secrets.GOOGLE_CREDENTIALS }}
138138

139139
- name: Run tests
140-
# if: matrix.redis-py-version == '6.x' && matrix.redis-version == 'latest'
141140
env:
142141
HF_HOME: ${{ github.workspace }}/hf_cache
143142
GCP_LOCATION: ${{ secrets.GCP_LOCATION }}
144143
GCP_PROJECT_ID: ${{ secrets.GCP_PROJECT_ID }}
145144
run: |
146145
make test
147146
148-
# - name: Run tests (alternate)
149-
# if: matrix.redis-py-version != '6.x' || matrix.redis-version != 'latest'
150-
# run: |
151-
# make test
152-
153147
- name: Run notebooks
154148
if: matrix.redis-py-version == '6.x' && matrix.redis-version == 'latest'
155149
env:

0 commit comments

Comments
 (0)
Please sign in to comment.