We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9398dcb commit 712f87aCopy full SHA for 712f87a
.github/workflows/cmake.yml
@@ -34,10 +34,6 @@ jobs:
34
35
steps:
36
- 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}}
41
42
- name: Config for Windows
43
if: runner.os == 'Windows'
@@ -60,14 +56,6 @@ jobs:
60
56
working-directory: build
61
57
run: cpack
62
58
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
-
71
59
- name: Upload artifacts
72
uses: actions/upload-artifact@v4
73
with:
0 commit comments