We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9dec71 commit 4533a31Copy full SHA for 4533a31
.github/workflows/test.yaml
@@ -34,4 +34,4 @@ jobs:
34
echo "Length: ${#CONTIGUITY_DATA_KEY}"
35
36
- name: Run tests
37
- run: uv run pytest tests
+ run: CONTIGUITY_DATA_KEY=${CONTIGUITY_DATA_KEY} uv run pytest tests
0 commit comments