Skip to content

Commit

Permalink
upgrade pip
Browse files Browse the repository at this point in the history
  • Loading branch information
ajinabraham committed Oct 27, 2024
1 parent dcfc8f9 commit 0146d74
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/mobsf-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,13 @@ jobs:

- name: Setup Pip and Poetry
run: |
python -m pip install pip==22.3.1 poetry==1.8.4
python -m pip install pip poetry==1.8.4
python -m ensurepip --upgrade
python -m pip install --upgrade setuptools tox
- name: Lint on Ubuntu
if: startsWith(matrix.os, 'ubuntu')
run: |
python -m pip install --upgrade tox
tox -e lint
- name: Install Ubuntu Dependencies
Expand Down

0 comments on commit 0146d74

Please sign in to comment.