Skip to content

Commit 07dfdc3

Browse files
committed
Remove setup python for now
1 parent fdab1b4 commit 07dfdc3

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/test.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ jobs:
2323
working-directory: checkpoint
2424
steps:
2525
- 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
3026
- name: Extract branch name
3127
shell: bash
3228
run: echo "branch=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)