Skip to content

Commit 712f87a

Browse files
committed
Removed python related build rule from cmake.yml
1 parent 9398dcb commit 712f87a

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/cmake.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,6 @@ jobs:
3434

3535
steps:
3636
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
37-
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
38-
with:
39-
python-version: '3.x'
40-
architecture: ${{matrix.arch}}
4137

4238
- name: Config for Windows
4339
if: runner.os == 'Windows'
@@ -60,14 +56,6 @@ jobs:
6056
working-directory: build
6157
run: cpack
6258

63-
- name: Build Python wrapper
64-
working-directory: python
65-
run: |
66-
python -m pip install --require-hashes --no-dependencies -r ../.github/workflows/requirements/base.txt
67-
python -m pip install pytest
68-
python -m pip install -v .
69-
python -m pytest
70-
7159
- name: Upload artifacts
7260
uses: actions/upload-artifact@v4
7361
with:

0 commit comments

Comments
 (0)