Skip to content

Commit b530f7b

Browse files
committed
Remove RustPython directory after build and install
1 parent 8cfad55 commit b530f7b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/rustpython_ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
run: |
2424
git clone https://github.com/RustPython/RustPython
2525
cargo install --path ./RustPython
26+
rm -rf ./RustPython
2627
2728
- name: Install dependencies 🔧
2829
run: |
@@ -39,7 +40,7 @@ jobs:
3940
uses: actions/upload-artifact@v2
4041
if: ${{ always() }}
4142
with:
42-
name: "coverage-${{ matrix.config.python-version }}"
43+
name: "coverage-rustpython"
4344
path: .coverage
4445

4546
- name: "Upload Tempdir 🚀"

0 commit comments

Comments
 (0)