Skip to content

Commit ff4e904

Browse files
committed
checkout repo for file reading
1 parent c619129 commit ff4e904

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/python-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
runs-on: "ubuntu-latest"
2323
name: "Define workflow settings"
2424
steps:
25+
- name: "Repo checkout"
26+
uses: "actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683"
27+
2528
- name: "Define settings"
2629
run: |
2730
echo "python_version=$(<.python-version)" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)