Skip to content

Commit eff742a

Browse files
fix: Image cache path
1 parent 376fcfc commit eff742a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
uses: actions/upload-artifact@v4
126126
with:
127127
name: pytest-pyvista-images-${{ runner.os }}
128-
path: tests/graphics/image_cache
128+
path: tests/_image_cache
129129
retention-days: 7
130130

131131
- uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)