We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab67f37 commit 199c730Copy full SHA for 199c730
.github/workflows/test.yml
@@ -54,7 +54,7 @@ jobs:
54
55
- name: Install dependencies
56
run: |
57
- uv sync --group test --frozen
+ uv sync --group dev --frozen
58
59
- name: Authenticate to Google Cloud
60
uses: google-github-actions/auth@v1
@@ -119,7 +119,7 @@ jobs:
119
120
121
122
123
124
# Install right redis version based on redis py
125
if [[ "${{ matrix.redis-py-version }}" == "5.x" ]]; then
0 commit comments