Skip to content

Commit d0f8b94

Browse files
committed
fix unzip of rerfence
1 parent eae049b commit d0f8b94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@ jobs:
4545
exit 1
4646
fi
4747
curl -L -o pytest-results.zip "$URL"
48+
zip -r pytest-results.zip tests/results
4849
mv tests/results tests/ref/
4950
5051
- name: Test with pytest
5152
run: |
5253
pytest tests/ -vvs --reference tests/ref/
53-
zip -r pytest-results.zip tests/results
5454
5555
- name: Upload pytest-results artifact
5656
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)