From 44c8ceb9b4176795de3b99a6765aeeb0e461f0ce Mon Sep 17 00:00:00 2001 From: FriedrichFroebel Date: Wed, 24 Jul 2024 19:50:15 +0200 Subject: [PATCH] fix python-xmp-toolkit download directory --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a1e2767..1fd6e83 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -118,7 +118,7 @@ jobs: wget https://github.com/python-xmp-toolkit/python-xmp-toolkit/archive/refs/heads/master.tar.gz mkdir -p python-xmp-toolkit/ tar -xvzf master.tar.gz --strip-components=1 -C python-xmp-toolkit - cd python-xmp-toolkit-* + cd python-xmp-toolkit pip install . if: ${{ matrix.python == '3.12' || matrix.python == '3.13-dev' }} # `libboost-python-dev` cannot be used, as this only works with the Python version shipped by the system.