Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: ignore python minors in setup-python and bump its version (#513)
  • Loading branch information
gabrieltron authored Sep 24, 2021
commit 4d020a89aed7fc8f2ff0c5b558abbaa8648ceaf0
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ jobs:
name: black check
runs-on: ubuntu-latest
steps:
- uses: actions/setup-python@v1
- uses: actions/setup-python@v2
with:
python-version: 3.6.14
python-version: 3.6.x
- name: Poetry Setup
uses: snok/install-poetry@v1.1.1
with:
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/run-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ jobs:
poke-api:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-python@v1
- uses: actions/setup-python@v2
with:
python-version: 3.6.14
python-version: 3.6.x
- name: Poetry Setup
uses: snok/install-poetry@v1.1.1
with:
Expand All @@ -32,9 +32,9 @@ jobs:
httpbin-api:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-python@v1
- uses: actions/setup-python@v2
with:
python-version: 3.6.14
python-version: 3.6.x
- name: Poetry Setup
uses: snok/install-poetry@v1.1.1
with:
Expand All @@ -60,9 +60,9 @@ jobs:
demo-api:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-python@v1
- uses: actions/setup-python@v2
with:
python-version: 3.6.14
python-version: 3.6.x
- name: Poetry Setup
uses: snok/install-poetry@v1.1.1
with:
Expand Down