Skip to content

Commit

Permalink
Merge pull request #30 from joaopalmeiro/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
escaped committed Apr 5, 2023
2 parents d724452 + 0ddd941 commit 9d58b23
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/setup-python@v4
with:
python-version: 3.9
- run: python -m pip install pre-commit
Expand All @@ -30,7 +30,7 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/setup-python@v4
with:
python-version: 3.9
- run: python -m pip install cookiecutter pytest pyyaml
Expand All @@ -41,7 +41,7 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/setup-python@v4
with:
python-version: 3.9
- run: python -m pip install cookiecutter poetry
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ outputs: {}
runs:
using: 'composite'
steps:
- uses: actions/setup-python@v2
- uses: actions/setup-python@v4
with:
python-version: ${{inputs.python-version}}
- name: Install poetry
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: 3.9

Expand Down

0 comments on commit 9d58b23

Please sign in to comment.