Skip to content

Commit 9fbb235

Browse files
committed
don't run update_cpp anymore
1 parent f8a40d2 commit 9fbb235

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

.github/workflows/build_and_upload.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ jobs:
2323
uses: "pypa/cibuildwheel@v2.16.2"
2424
env:
2525
CIBW_SKIP: "pp*" # FIXME
26-
CIBW_BEFORE_BUILD: "pip install -U cython && ./update_cpp.sh"
27-
CIBW_BEFORE_BUILD_WINDOWS: "pip install -U cython && update_cpp.sh"
2826
CIBW_TEST_REQUIRES: "pytest"
2927
CIBW_TEST_COMMAND: "pytest {project}/tests --doctest-modules"
3028
- uses: "actions/upload-artifact@v3"
@@ -38,10 +36,6 @@ jobs:
3836
- uses: "actions/checkout@v4"
3937
with:
4038
submodules: true
41-
- name: "Install dependencies"
42-
run: "python -m pip install --upgrade cython"
43-
- name: "Rebuild CPP files using Cython"
44-
run: "./update_cpp.sh"
4539
- name: "Build source distribution"
4640
run: "pipx run build --sdist"
4741
- uses: "actions/upload-artifact@v3"

.github/workflows/tests.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@ jobs:
3333
python -m site
3434
python -m pip install --upgrade pip setuptools wheel
3535
python -m pip install --upgrade virtualenv tox tox-gh-actions
36-
python -m pip install --upgrade cython
37-
38-
- name: "Rebuild CPP files using Cython"
39-
run: "./update_cpp.sh"
4036
4137
- name: "Run tox targets for ${{ matrix.python-version }}"
4238
run: "python -m tox"

0 commit comments

Comments
 (0)