Skip to content

Commit d256250

Browse files
committed
workflows/retile: update for OpenSlide Python tarball rename
OpenSlide Python 1.4.0+ uses openslide_python-* per PEP 625. Signed-off-by: Benjamin Gilbert <bgilbert@cs.cmu.edu>
1 parent b51e98e commit d256250

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/retile.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
curl -LO "${url}"
5555
5656
# Unpack
57-
tar xf "$1-${version}.tar.xz"
57+
tar xf "$(echo "$1" | tr - _)-${version}.tar.xz"
5858
}
5959
get_release openslide
6060
get_release openslide-python
@@ -70,7 +70,7 @@ jobs:
7070
7171
meson install -C builddir
7272
- name: Build OpenSlide Python
73-
working-directory: openslide-python-${{ env.OPENSLIDE_PYTHON_VERSION }}
73+
working-directory: openslide_python-${{ env.OPENSLIDE_PYTHON_VERSION }}
7474
run: |
7575
pip install -t ${GITHUB_WORKSPACE}/install/python .
7676
- name: Upload build

0 commit comments

Comments
 (0)