Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias314 committed Aug 7, 2024
1 parent 1cbe5f9 commit 2c9538d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sortednp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
run: |
git clone https://gitlab.sauerburger.com/frank/sortednp.git \
--branch "release-${SORTEDNP_VERSION}" --single-branch
cd sortednp
- uses: actions/setup-python@v4
with:
Expand Down Expand Up @@ -72,7 +73,6 @@ jobs:
CIBW_ARCHS_LINUX: "x86_64"
CIBW_ARCHS_WINDOWS: "AMD64"
run: |
cd sortednp
echo
CIBW_BEFORE_BUILD="pip install numpy==${NUMPY_VERSION}" \
python -m cibuildwheel --output-dir wheelhouse
Expand Down

0 comments on commit 2c9538d

Please sign in to comment.