Skip to content

Commit 41132c7

Browse files
Chris RawlesThe android_world Authors
authored andcommitted
Add back in pyproject.toml
PiperOrigin-RevId: 767844141
1 parent 789ffc0 commit 41132c7

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/pytest.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
# Install AndroidWorld
2424
- name: Install AndroidWorld
2525
run: |
26+
mv pyproject.toml pyproject.toml.bak || true
2627
pip install -r requirements.txt
2728
python setup.py install
2829
@@ -52,3 +53,7 @@ jobs:
5253
PYTHONPATH: ${{ env.PYTHONPATH }}
5354
run: |
5455
pytest -vv -n auto --ignore=android_env
56+
57+
- name: Rename pyproject.toml
58+
run: |
59+
mv pyproject.toml.bak pyproject.toml || true

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ android_env==1.2.3
33
dm_env==1.6
44
fuzzywuzzy==0.18.0
55
google-generativeai
6-
grpcio-tools
6+
grpcio-tools==1.71.0
7+
protobuf==5.29.5
78
immutabledict==2.0.0
89
IPython
910
jsonschema==4.17.3

0 commit comments

Comments
 (0)