Skip to content

Commit ad9ca5a

Browse files
committed
fixes 6
1 parent 78cd442 commit ad9ca5a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,12 @@ jobs:
8080
# restore-keys: |
8181
# cover-${{ hashFiles('**/poetry.lock', '**/tox.ini', '**/pyproject.toml') }}-${{ matrix.python}}
8282

83-
- name: prepare the environment
83+
- name: Prepare environment
8484
run: |
8585
pip install -U setuptools pip poetry tox-docker tox-poetry
8686
poetry config virtualenvs.create false
8787
poetry install
88-
- name: run tests
88+
- name: Run tests
8989
run: tox -e cover
9090
- name: Upload coverage
9191
uses: codecov/codecov-action@v3

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ repository = "https://github.com/RedisGraph/redisgraph-bulk-loader"
3333
python = ">= 3.7.0"
3434
click = "^8.0.1"
3535
# redis = "^4.5.1"
36-
redis = "^4.3.4"
36+
redis = "~= 4.3.4"
3737
pathos = "^0.2.8"
3838

3939
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)