Skip to content

Commit 173a60c

Browse files
committed
remove unnecessary setup-python
1 parent 6c8cba1 commit 173a60c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/ci.yml

-5
Original file line numberDiff line numberDiff line change
@@ -108,11 +108,6 @@ jobs:
108108
- name: Checkout
109109
uses: actions/checkout@v4
110110

111-
- name: Setup Python for ninja build
112-
uses: actions/setup-python@v5
113-
with:
114-
python-version: '3.10'
115-
116111
- name: Build compiler binaries
117112
uses: docker://ghcr.io/rescript-lang/rescript-ci-build:alpine-3.20-ocaml-5.2.0-01
118113
with:

0 commit comments

Comments
 (0)