Skip to content

Commit

Permalink
cp
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Jan 6, 2025
1 parent bcc8d43 commit 46bceeb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
4 changes: 0 additions & 4 deletions .ci/after_success.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,4 @@
pwd
ls -la
python3 -m pip install coverage
if [[ $MATRIX_DOCKER ]]; then
sudo mkdir /Pillow
sudo cp -r Tests /Pillow
fi
python3 -m coverage xml
8 changes: 1 addition & 7 deletions .github/workflows/test-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,7 @@ jobs:
- name: After success
run: |
PATH="$PATH:~/.local/bin"
docker start pillow_container
pil_path=`docker exec pillow_container /vpy3/bin/python -c 'import os, PIL;print(os.path.realpath(os.path.dirname(PIL.__file__)))'`
echo "torch"
echo $pil_path
docker stop pillow_container
sudo mkdir -p $pil_path
sudo cp src/PIL/*.py $pil_path
sudo docker cp pillow_container:/Pillow /Pillow
.ci/after_success.sh
env:
MATRIX_DOCKER: ${{ matrix.docker }}
Expand Down

0 comments on commit 46bceeb

Please sign in to comment.