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 ee36628 commit 8cfad55Copy full SHA for 8cfad55
.github/workflows/rustpython_ci.yml
@@ -26,8 +26,6 @@ jobs:
26
27
- name: Install dependencies 🔧
28
run: |
29
- which rustpython
30
- echo $PATH
31
python -VV
32
python -m site
33
python -m pip install --upgrade pip setuptools wheel
@@ -43,3 +41,10 @@ jobs:
43
41
with:
44
42
name: "coverage-${{ matrix.config.python-version }}"
45
path: .coverage
+
+ - name: "Upload Tempdir 🚀"
46
+ uses: actions/upload-artifact@v2
47
+ if: ${{ failure() }}
48
+ with:
49
+ name: "pytest-tempdir"
50
+ path: /tmp/pytest-of-runner/pytest-0
0 commit comments