We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdab1b4 commit 07dfdc3Copy full SHA for 07dfdc3
1 file changed
.github/workflows/test.yml
@@ -23,10 +23,6 @@ jobs:
23
working-directory: checkpoint
24
steps:
25
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
26
- - name: Set up Python 3.11
27
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
28
- with:
29
- python-version: 3.11
30
- name: Extract branch name
31
shell: bash
32
run: echo "branch=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}" >> $GITHUB_OUTPUT
0 commit comments