summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/test.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml
index ecb632a..e285070 100644
--- a/.github/workflows/test.yaml
+++ b/.github/workflows/test.yaml
@@ -49,7 +49,7 @@ jobs:
env:
REDIS_VERSION: ${{ matrix.redis }}
run: |
- . venv/bin/activate
+ . .venv/bin/activate
pytest
lint:
name: flake8 & black