Update python-app.yml

This commit is contained in:
Syuugo 2023-09-27 01:30:43 +09:00 committed by GitHub
parent 4538a510bb
commit e9b09fd551
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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