Skip to content

Commit

Permalink
nopath
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Jan 6, 2025
1 parent 1ceb666 commit c55a55a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ jobs:
- name: After success
run: |
PATH="$PATH:~/.local/bin"
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 docker cp pillow_container:$pil_path $pil_path
Expand Down

0 comments on commit c55a55a

Please sign in to comment.