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 dca85ba commit 2bf48b8Copy full SHA for 2bf48b8
.circleci/config.yml
@@ -75,7 +75,7 @@ jobs:
75
name: run tests
76
command: |
77
. venv/bin/activate
78
- REDIS_PORT=6379 python test/test.py
+ REDIS_PORT=6379 python redisai/test.py
79
80
# no need for store_artifacts on nightly builds
81
0 commit comments