We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c619129 commit ff4e904Copy full SHA for ff4e904
1 file changed
.github/workflows/python-tests.yml
@@ -22,6 +22,9 @@ jobs:
22
runs-on: "ubuntu-latest"
23
name: "Define workflow settings"
24
steps:
25
+ - name: "Repo checkout"
26
+ uses: "actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683"
27
+
28
- name: "Define settings"
29
run: |
30
echo "python_version=$(<.python-version)" >> $GITHUB_OUTPUT
0 commit comments