Skip to content

Commit

Permalink
do pip upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
xiazhvera committed Jul 16, 2024
1 parent 12d6dac commit 96e84ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ requests~=2.28.0
PyYAML~=6.0.1
pytest-html~=3.2.0
selenium~=4.10.0
pluggy==1.2.0
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ phases:

# Install the Python dependencies using pip.
- cd $DEVICEFARM_TEST_PACKAGE_PATH
- pip install --upgrade pip
# Use 2020 resolver for python3.7, where Python3.7 is running on iOS13
- python -m pip install -r requirements.txt

Expand Down

0 comments on commit 96e84ae

Please sign in to comment.