Skip to content

Commit

Permalink
fix: CI breakage(#3350)
Browse files Browse the repository at this point in the history
- bumping base python version for actions/python to 3.8
- restrict protobuf requirements for tests to be <4
- install correct version of libenchant
  • Loading branch information
aarnphm authored Dec 13, 2022
1 parent e83e423 commit 23ba7cf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
- name: Install libenchant
run: |
sudo apt-get update && sudo apt-get install -y libenchant-dev
sudo apt-get update && sudo apt-get install -y libenchant-2-dev
- name: Run spellcheck script
run: make spellcheck-docs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/frameworks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ jobs:
- name: Setup python
uses: actions/setup-python@v4
with:
python-version: 3.7.10
python-version: 3.8

- name: Get pip cache dir
id: cache-dir
Expand Down
6 changes: 3 additions & 3 deletions requirements/tests-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pytest-asyncio==0.20.3
imageio==2.22.4
pyarrow==10.0.1
build[virtualenv]==0.9.0
protobuf==3.19.6
grpcio>=1.41.0, <1.49, !=1.48.2
grpcio-health-checking>=1.41.0, <1.49, !=1.48.2
protobuf<4.0dev
grpcio
grpcio-health-checking
opentelemetry-instrumentation-grpc==0.35b0

0 comments on commit 23ba7cf

Please sign in to comment.