Skip to content

Commit

Permalink
mkdir
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Jan 6, 2025
1 parent 133cf0a commit 0e3d790
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
docker start pillow_container
sudo docker cp pillow_container:/Pillow /Pillow
pil_path=`docker exec pillow_container /vpy3/bin/python -c 'import os, PIL;print(os.path.realpath(os.path.dirname(PIL.__file__)))'`
sudo mkdir -p $pil_path
sudo docker cp pillow_container:$pil_path $pil_path
docker stop pillow_container
.ci/after_success.sh
Expand Down

0 comments on commit 0e3d790

Please sign in to comment.