We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cfad55 commit b530f7bCopy full SHA for b530f7b
.github/workflows/rustpython_ci.yml
@@ -23,6 +23,7 @@ jobs:
23
run: |
24
git clone https://github.com/RustPython/RustPython
25
cargo install --path ./RustPython
26
+ rm -rf ./RustPython
27
28
- name: Install dependencies 🔧
29
@@ -39,7 +40,7 @@ jobs:
39
40
uses: actions/upload-artifact@v2
41
if: ${{ always() }}
42
with:
- name: "coverage-${{ matrix.config.python-version }}"
43
+ name: "coverage-rustpython"
44
path: .coverage
45
46
- name: "Upload Tempdir 🚀"
0 commit comments