Skip to content

Commit

Permalink
Merge pull request #24 from not522/fix-allennlp
Browse files Browse the repository at this point in the history
Fix the CI with AllenNLP
  • Loading branch information
HideakiImamura authored May 25, 2023
2 parents 7f97d7a + 451e843 commit 9c2ec14
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@ jobs:
pip install --progress-bar off .[test]
pip install --progress-bar off .[all]
# TODO(not522): Remove the version constraint when splitting this workflow.
# This constraint is necessary to use the old Pydantic.
# See https://github.com/pydantic/pydantic/issues/5821.
pip install "typing_extensions<4.6.0"
# Install optuna from specified repository, otherwise from optuna/optuna.
$( test ${{ inputs.repository_name }} && test ${{ inputs.branch_name }} ) \
&& pip install git+https://github.com/${{ inputs.repository_name }}@${{ inputs.branch_name }} \
Expand Down

0 comments on commit 9c2ec14

Please sign in to comment.