Skip to content

Commit

Permalink
Merge pull request #1342 from mathbunnyru/asalikhov/use_latest_python…
Browse files Browse the repository at this point in the history
…_version

Use python-version: 3.x in github actions
  • Loading branch information
mathbunnyru committed Jun 1, 2021
2 parents aceb763 + b0e1423 commit 8bc9e64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Set Up Python
uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: 3.x
- name: Install Dev Dependencies
run: |
python -m pip install --upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set Up Python
uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: 3.x
- name: Install Dev Dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 8bc9e64

Please sign in to comment.