Skip to content

Commit 9d26da7

Browse files
committed
fix
1 parent 7d75a28 commit 9d26da7

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)