Skip to content

Commit ce5446f

Browse files
committed
Added checkout
1 parent d7d8799 commit ce5446f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/slow-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,11 @@ jobs:
7070
labels: ${{ matrix.runner }}
7171

7272
steps:
73+
- name: SCM Checkout
74+
uses: actions/checkout@v4
7375

7476
- name: Setup Python & Poetry Environment
7577
uses: ./.github/actions/python-environment
76-
with:
77-
python-version: ${{ matrix.python-version }}
7878

7979
- name: Pipx version
8080
run: pipx --version

0 commit comments

Comments
 (0)