Skip to content

Commit

Permalink
Upgrade pip to fix a test
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishb committed Oct 14, 2023
1 parent af0efb4 commit 0764408
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/install-adbe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}

- name: Install adb-enhanced
run: |
touch docs/README.rst
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
install_requires=[
# -*- Extra requirements: -*-
"docopt",
"psutil",
"psutil==5.7.3",
],
entry_points={
# -*- Entry points: -*-
Expand Down

0 comments on commit 0764408

Please sign in to comment.