From 2c9538d2acee710fc70e5151ec5d79358de97b55 Mon Sep 17 00:00:00 2001 From: Tobias Date: Wed, 7 Aug 2024 16:12:42 +0200 Subject: [PATCH] WIP --- .github/workflows/sortednp.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sortednp.yaml b/.github/workflows/sortednp.yaml index cad50c6..b9fde04 100644 --- a/.github/workflows/sortednp.yaml +++ b/.github/workflows/sortednp.yaml @@ -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: @@ -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