Skip to content

Commit ef82dee

Browse files
committed
Attempt to fix the coverage check.
1 parent f3cde3d commit ef82dee

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/ci.yml

+8-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,14 @@ jobs:
7777
- uses: actions/setup-python@v5
7878
with:
7979
python-version: "3.12"
80-
- uses: actions/download-artifact@v4
80+
- name: Download pre-built packages
81+
uses: actions/download-artifact@v4
82+
with:
83+
name: Packages
84+
path: dist
85+
- run: tar xf dist/*.tar.gz --strip-components=1
86+
- name: Download coverage data
87+
uses: actions/download-artifact@v4
8188
with:
8289
pattern: coverage-data-*
8390
merge-multiple: true

0 commit comments

Comments
 (0)