We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a7717d commit d2fa6d0Copy full SHA for d2fa6d0
.github/workflows/primer_run_pr.yaml
@@ -150,6 +150,7 @@ jobs:
150
# Presence of colorama is a heuristic for the env having all packages
151
run: |
152
. venv/bin/activate
153
+ echo {{ steps.cache-projects.outputs.cache-hit }}
154
if echo {{ steps.cache-projects.outputs.cache-hit }} | grep -c "true" && python -m pip show colorama
155
then
156
echo "Cache hit: skipping primer clone command"
0 commit comments