Skip to content

Commit

Permalink
fix python-xmp-toolkit download directory
Browse files Browse the repository at this point in the history
  • Loading branch information
FriedrichFroebel authored Jul 24, 2024
1 parent fe06c63 commit 44c8ceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 44c8ceb

Please sign in to comment.