Skip to content

Commit be083e6

Browse files
hugovkradarhere
andauthored
python3 -m pip
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
1 parent 7d75a28 commit be083e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-valgrind-memory.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,5 @@ jobs:
6161
-e "PYTEST_ADDOPTS=-n0" \
6262
-v $GITHUB_WORKSPACE:/Pillow \
6363
pythonpillow/${{ matrix.docker }}:${{ matrix.dockerTag }} \
64-
bash -c "pip install pytest-xdist && /Pillow/depends/docker-test-valgrind-memory.sh"
64+
bash -c "python3 -m pip install pytest-xdist && /Pillow/depends/docker-test-valgrind-memory.sh"
6565
sudo chown -R runner $GITHUB_WORKSPACE

0 commit comments

Comments
 (0)