adamant-wolf-51914
10/11/2024, 11:54 AM- uses: pantsbuild/actions/init-pants@v8
with:
gha-cache-key: v0
named-caches-hash:
${{ hashFiles('third_party/pip_requirements.lock') }}
cache-lmdb-store: "false" # defaults to 'false'
Any suggestions how to improve the situation would be appreciated.elegant-florist-94385
10/15/2024, 11:41 AMadamant-wolf-51914
10/15/2024, 4:27 PMCompleted: Run Pytest - <test-name>- succeeded.
Starting: Building pytest_runner.pex
Completed: Building pytest_runner.pex
Completed: Run Pytest - <test-name-other>- succeeded.
When in my case it is just outputting
Starting: Building pytest_runner.pex
Completed: Building pytest_runner.pex for about 5 mins
And then a bunch of 'Completed: Run Pytest' Messages.
Illustration: