Skip to content

Commit fcbe39f

Browse files
committed
checkout
1 parent ad468bb commit fcbe39f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/actions/setup.yaml renamed to .github/setup/action.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ jobs:
1212
name: Setup poetry
1313
steps:
1414

15-
- uses: actions/checkout@v3
16-
1715
- name: Set up Python ${{ inputs.python-version }}
1816
uses: actions/setup-python@v4
1917
with:

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ jobs:
1414

1515
steps:
1616

17-
- uses: ./.github/actions/setup.yaml
17+
- uses: actions/checkout@v3
18+
19+
- uses: ./.github/setup
1820
with:
1921
os: ${{ matrix.os }}
2022
python-version: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)