Skip to content

Commit

Permalink
Merge pull request #2665 from Crissman/click
Browse files Browse the repository at this point in the history
Add click==7.1.2 to github workflows to solve allennlp import error
  • Loading branch information
toshihikoyanase committed May 13, 2021
2 parents a269474 + 66d7d28 commit be407fd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ jobs:
sudo apt-get update
sudo apt-get -y install openmpi-bin libopenmpi-dev libopenblas-dev
# TODO(Crissman): Remove click after issue with allennlp import resolved
# https://github.com/optuna/optuna/pull/2665
- name: Install click 7.1.2 until allennlp import issue resolved
run: pip install --use-deprecated=legacy-resolver --progress-bar off click==7.1.2

- name: Install
run: |
python -m pip install --upgrade pip
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/tests-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ jobs:
sudo apt-get update
sudo apt-get -y install openmpi-bin libopenmpi-dev libopenblas-dev
# TODO(Crissman): Remove click after issue with allennlp import resolved
# https://github.com/optuna/optuna/pull/2665
- name: Install click 7.1.2 until allennlp import issue resolved
run: pip install --use-deprecated=legacy-resolver --progress-bar off click==7.1.2

- name: Install
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit be407fd

Please sign in to comment.