Skip to content

Commit 78f9f2e

Browse files
author
Matthias Koeppe
committed
.github/workflows/docker.yml: Don't put tox venv in LOGS_ARTIFACT
1 parent 415ecad commit 78f9f2e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@ jobs:
249249
run: |
250250
mkdir -p "artifacts/$LOGS_ARTIFACT_NAME"
251251
cp -r .tox/$TOX_ENV/* "artifacts/$LOGS_ARTIFACT_NAME"
252+
rm -rf "artifacts/$LOGS_ARTIFACT_NAME"/{bin,lib,pyvenv.cfg}
252253
if: always()
253254
- uses: actions/upload-artifact@v3
254255
with:

0 commit comments

Comments
 (0)