Skip to content

Commit b9722da

Browse files
ci: upgrade setup-python to v6
1 parent dfae2a0 commit b9722da

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,12 @@ on:
66
pull_request:
77
branches: ["**"]
88

9-
env:
10-
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true"
11-
129
jobs:
1310
test:
1411
runs-on: ubuntu-latest
1512
steps:
1613
- uses: actions/checkout@v6
17-
- uses: actions/setup-python@v5
14+
- uses: actions/setup-python@v6
1815
with:
1916
python-version: "3.11"
2017
- run: pip install -r requirements-dev.txt

0 commit comments

Comments
 (0)