Skip to content

Commit 966e189

Browse files
committed
fix unzip
1 parent d0f8b94 commit 966e189

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/python-test-pip.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,13 @@ jobs:
4545
exit 1
4646
fi
4747
curl -L -o pytest-results.zip "$URL"
48-
zip -r pytest-results.zip tests/results
48+
unzip pytest-results.zip
4949
mv tests/results tests/ref/
5050
5151
- name: Test with pytest
5252
run: |
5353
pytest tests/ -vvs --reference tests/ref/
54+
zip -r pytest-results.zip tests/results
5455
5556
- name: Upload pytest-results artifact
5657
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)