Skip to content

Commit

Permalink
Fix CI errors
Browse files Browse the repository at this point in the history
  • Loading branch information
takuseno committed Jun 23, 2023
1 parent d5992b5 commit ea14ea7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/format_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
pip install Cython black==22.3.0 mypy==0.942 pylint==2.13.5 yapf isort
- name: Build Cython
run: |
pip install numpy # temporarily dependency fix
pip install -e .
- name: Check format
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
- name: Build Cython
run: |
pip install -U protobuf==3.20.1 # temporarily dependency fix
pip install numpy # temporarily dependency fix
pip install -e .
python setup.py build_ext --inplace --define CYTHON_TRACE
- name: Unit tests
Expand Down

0 comments on commit ea14ea7

Please sign in to comment.