Use python-version: 3.x in github actions

This commit is contained in:
Ayaz Salikhov
2021-06-01 13:49:10 +03:00
parent aceb7633b9
commit b0e1423200
2 changed files with 2 additions and 2 deletions

View File

@@ -41,7 +41,7 @@ jobs:
- name: Set Up Python - name: Set Up Python
uses: actions/setup-python@v2 uses: actions/setup-python@v2
with: with:
python-version: 3.8 python-version: 3.x
- name: Install Dev Dependencies - name: Install Dev Dependencies
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip

View File

@@ -22,7 +22,7 @@ jobs:
- name: Set Up Python - name: Set Up Python
uses: actions/setup-python@v2 uses: actions/setup-python@v2
with: with:
python-version: 3.8 python-version: 3.x
- name: Install Dev Dependencies - name: Install Dev Dependencies
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip