Skip to content

Commit

Permalink
Merge pull request optuna#5307 from c-bata/pin-fakeredis-version
Browse files Browse the repository at this point in the history
Add a version constraint to `fakeredis`
  • Loading branch information
nabenabe0928 authored Mar 12, 2024
2 parents 2220217 + 0a0dd6a commit 4d3f7cf
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ jobs:
pip install --progress-bar off .[test]
pip install --progress-bar off .[optional] --extra-index-url https://download.pytorch.org/whl/cpu
# TODO(c-bata): Remove a version constraint after releasing https://github.com/cunla/fakeredis-py/pull/303
pip install --progress-bar off 'fakeredis[lua]<2.21.2'
echo 'import coverage; coverage.process_startup()' > sitecustomize.py
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/mac-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ jobs:
optuna --version
pip install --progress-bar off .[test]
pip install --progress-bar off .[optional]
# TODO(c-bata): Remove a version constraint after releasing https://github.com/cunla/fakeredis-py/pull/303
pip install --progress-bar off 'fakeredis[lua]<2.21.2'
- name: Output installed packages
run: |
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/tests-with-minimum-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ jobs:
pip install --progress-bar off .[test]
pip install --progress-bar off .[optional] --extra-index-url https://download.pytorch.org/whl/cpu
# TODO(c-bata): Remove a version constraint after releasing https://github.com/cunla/fakeredis-py/pull/303
pip install --progress-bar off 'fakeredis[lua]<2.21.2'
- name: Install dependencies with minimum versions
run: |
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ jobs:
pip install --progress-bar off .[test]
pip install --progress-bar off .[optional] --extra-index-url https://download.pytorch.org/whl/cpu
# TODO(c-bata): Remove a version constraint after releasing https://github.com/cunla/fakeredis-py/pull/303
pip install --progress-bar off 'fakeredis[lua]<2.21.2'
- name: Output installed packages
run: |
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/windows-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ jobs:
optuna --version
pip install --progress-bar off .[test]
pip install --progress-bar off .[optional]
# TODO(c-bata): Remove a version constraint after releasing https://github.com/cunla/fakeredis-py/pull/303
pip install --progress-bar off 'fakeredis[lua]<2.21.2'
pip install PyQt6 # Install PyQT for using QtAgg as matplotlib backend.
pip install "kaleido<=0.1.0post1" # TODO(HideakiImamura): Remove this after fixing https://github.com/plotly/Kaleido/issues/110
Expand Down

0 comments on commit 4d3f7cf

Please sign in to comment.