Skip to content

Commit

Permalink
Merge pull request #101 from bgilbert/python
Browse files Browse the repository at this point in the history
workflows/retile: update for OpenSlide Python tarball rename
  • Loading branch information
bgilbert authored Oct 30, 2024
2 parents b51e98e + d256250 commit 2049533
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/retile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
curl -LO "${url}"
# Unpack
tar xf "$1-${version}.tar.xz"
tar xf "$(echo "$1" | tr - _)-${version}.tar.xz"
}
get_release openslide
get_release openslide-python
Expand All @@ -70,7 +70,7 @@ jobs:
meson install -C builddir
- name: Build OpenSlide Python
working-directory: openslide-python-${{ env.OPENSLIDE_PYTHON_VERSION }}
working-directory: openslide_python-${{ env.OPENSLIDE_PYTHON_VERSION }}
run: |
pip install -t ${GITHUB_WORKSPACE}/install/python .
- name: Upload build
Expand Down

0 comments on commit 2049533

Please sign in to comment.