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.
2 parents 825acf4 + 3f8aceb commit 5515e2aCopy full SHA for 5515e2a
1 file changed
.github/workflows/build-python.yml
@@ -101,7 +101,7 @@ jobs:
101
uses: pdm-project/setup-pdm@v3
102
with:
103
python-version: ${{ matrix.python-version }}
104
- cache: true
+ cache: false
105
106
- name: Cache Giskard test resources
107
uses: actions/cache@v3
@@ -287,7 +287,7 @@ jobs:
287
288
289
python-version: "3.10"
290
291
292
- name: Set up Pandoc (needed for doc)
293
uses: r-lib/actions/setup-pandoc@v2
0 commit comments