Skip to content

Commit

Permalink
actions/setup-python@v4 requires a Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Jun 13, 2022
1 parent 4a7b7ed commit f1e96df
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/diff_shades.yml
Expand Up @@ -21,6 +21,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "*"

- name: Install diff-shades and support dependencies
run: |
Expand Down Expand Up @@ -55,6 +57,8 @@ jobs:
fetch-depth: 0

- uses: actions/setup-python@v4
with:
python-version: "*"

- name: Install diff-shades and support dependencies
run: |
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/diff_shades_comment.yml
Expand Up @@ -14,6 +14,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "*"

- name: Install support dependencies
run: |
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/doc.yml
Expand Up @@ -25,6 +25,8 @@ jobs:

- name: Set up latest Python
uses: actions/setup-python@v4
with:
python-version: "*"

- name: Install dependencies
run: |
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/lint.yml
Expand Up @@ -18,6 +18,8 @@ jobs:

- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "*"

- name: Install dependencies
run: |
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/pypi_upload.yml
Expand Up @@ -17,6 +17,8 @@ jobs:

- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "*"

- name: Install latest pip, build, twine
run: |
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/uvloop_test.yml
Expand Up @@ -34,6 +34,8 @@ jobs:

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: "*"

- name: Install latest pip
run: |
Expand Down

0 comments on commit f1e96df

Please sign in to comment.