summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlaixintao <laixintaoo@gmail.com>2021-06-04 12:01:28 +0800
committerlaixintao <laixintaoo@gmail.com>2021-06-04 12:01:28 +0800
commit89264595cbea981b688f8dd801127771dff2719b (patch)
treea9344f067d65409bd4b52a8b25c17e2444d00090
parent2097777f4b8d335dab3ab7279a98ce319a41ad30 (diff)
fix path of venv.test-ci
-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