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 59f9fe7 commit 595bb33Copy full SHA for 595bb33
.github/workflows/test.yml
@@ -79,6 +79,15 @@ jobs:
79
path: ${{ env.SASMODELS_BUILD_CACHE }}
80
key: ${{ steps.build-tools.outputs.details }}-${{ hashFiles('doc/genmodel.py') }}
81
82
+ - name: Report cache status
83
+ if: env.BUILD_WHEEL
84
+ run: |
85
+ if [ "${{ steps.cache-figures.outputs.cache-hit }}" == "true" ]; then
86
+ echo "Figure cache hit - using cached figures"
87
+ else
88
+ echo "Figure cache miss - will generate new figures"
89
+ fi
90
+
91
- name: Build sasmodels
92
if: env.BUILD_WHEEL
93
run: |
0 commit comments