mirror of
https://github.com/bkerler/mtkclient.git
synced 2024-11-14 19:25:05 -05:00
Update python-app.yml
This commit is contained in:
parent
4538a510bb
commit
e9b09fd551
1 changed files with 3 additions and 2 deletions
5
.github/workflows/python-app.yml
vendored
5
.github/workflows/python-app.yml
vendored
|
@ -17,10 +17,11 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Set up Python 3
|
||||
uses: actions/setup-python@v3
|
||||
- name: Set up Python3
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: "3.x"
|
||||
cache: 'pip'
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
|
|
Loading…
Reference in a new issue