Skip to content

Commit c451e51

Browse files
committed
try without python
1 parent 313d96d commit c451e51

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@ jobs:
1414
steps:
1515
- name: checkout code
1616
uses: actions/checkout@v4
17-
- name: setup python3.12
18-
uses: actions/setup-python@v5
19-
with:
20-
python-version: '3.12.4'
21-
architecture: 'x64'
2217
- name: run test script
2318
run: bash ./ci/script.sh
2419

0 commit comments

Comments
 (0)