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 b7e0601 commit 0b0ffc3Copy full SHA for 0b0ffc3
.github/workflows/integration-tests.yml
@@ -581,7 +581,7 @@ jobs:
581
echo "PATH is '$PATH'"
582
cd python
583
ccache --zero-stats
584
- python3 -m pip install -v --no-build-isolation .[tests]
+ python3 -m pip install -v --no-build-isolation .
585
- name: CCache Stats
586
run: ccache --print-stats
587
- name: Inspect cache directories
.github/workflows/integration-tests.yml.in
@@ -493,7 +493,7 @@ jobs:
493
494
495
496
497
498
- *print-ccache-stats
499
- *inspect-cache-directories-step
0 commit comments