Update python-app.yml

This commit is contained in:
Evil0ctal 2022-01-02 04:55:37 -08:00 committed by GitHub
parent bd83a01730
commit 178cd95c18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,10 +16,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.9
- name: Set up Python 3.9.9
uses: actions/setup-python@v2
with:
python-version: "3.9"
python-version: "3.9.9"
- name: Install dependencies
run: |
sudo python -m pip install --upgrade pip