Skip to content

Commit 1316f1a

Browse files
committed
fix
1 parent 07754d3 commit 1316f1a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
CIBW_BEFORE_ALL: "python -m pip install setuptools invoke && invoke build.deps"
5656
CIBW_BEFORE_ALL_WINDOWS: '"C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat" && python -m pip install invoke && invoke build.deps'
5757
# However the nassl C extension is by design tied to a specific Python version
58-
CIBW_BEFORE_BUILD: "python -m pip install invoke && invoke build.nassl"
58+
CIBW_BEFORE_BUILD: "python -m pip install setuptools invoke && invoke build.nassl"
5959
CIBW_TEST_REQUIRES: "pytest"
6060
CIBW_TEST_COMMAND: "python -m pytest {project}/tests"
6161

requirements-dev.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ pytest>=8,<9
44
twine
55
pytest-cov
66
ruff==0.8.4
7+
setuptools

0 commit comments

Comments
 (0)