Skip to content

Commit 896f144

Browse files
committed
WIP: trying to fix pypi ci pipeline, got rid double cpython install
1 parent c9c56a1 commit 896f144

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/pypi-build.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@ jobs:
2929
- name: CMake Build
3030
run: ${{github.workspace}}/cmake/build.bat
3131

32-
- name: Install CPython
33-
run: |
34-
choco install python --version=3.9.10
35-
3632
- name: Build wheel
3733
run: |
3834
cd ${{github.workspace}}/src/gh/diffCheck/

0 commit comments

Comments
 (0)