summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChayim I. Kirshen <c@kirshen.com>2023-05-16 08:55:00 +0300
committerChayim I. Kirshen <c@kirshen.com>2023-05-16 08:55:00 +0300
commit7da1761bc1906803726f98ddb65cecdf68f1e218 (patch)
tree42be6553307f3f6e8251ee3dbc44eafbce8c206d
parent01fdb580391b5f49e9f02298640c9af4f8d9db6b (diff)
downloadredis-py-7da1761bc1906803726f98ddb65cecdf68f1e218.tar.gz
syntax
-rw-r--r--.github/workflows/version_coverage.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/version_coverage.yml b/.github/workflows/version_coverage.yml
index d543fe6..40bb249 100644
--- a/.github/workflows/version_coverage.yml
+++ b/.github/workflows/version_coverage.yml
@@ -67,7 +67,7 @@ jobs:
pip install -r requirements.txt
pytest -m "not onlycluster and not redismod and not ssl and not replica" --redis-url=${{matrix.redis-url}}
- run-tests-7-plus:
+ run-tests-7-plus:
runs-on: ubuntu-latest
timeout-minutes: 30
strategy:
@@ -110,4 +110,4 @@ jobs:
pip install -U setuptools wheel
pip install -r dev_requirements.txt
pip install -r requirements.txt
- pytest -m "not onlycluster and not redismod and not ssl and not replica" --redis-url=${{matrix.redis-url}} \ No newline at end of file
+ pytest -m "not onlycluster and not redismod and not ssl and not replica" --redis-url=${{matrix.redis-url}}