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 febb150 commit 9484cc7Copy full SHA for 9484cc7
.github/workflows/test.yaml
@@ -79,7 +79,7 @@ jobs:
79
if: always()
80
uses: actions/upload-artifact@v3
81
with:
82
- name: unit-tests-${{matrix.python }}-${{ matrix.jupyter-app }}-${{matrix.jupyterlab-version}}-${{ github.run_number }}
+ name: unit-tests-${{ matrix.python-version }}-${{ matrix.jupyter-app }}-${{ matrix.jupyterlab-version }}-${{ github.run_number }}
83
path: |
84
./build/pytest
85
./build/coverage
@@ -127,6 +127,6 @@ jobs:
127
128
129
130
- name: acceptance-tests-${{ matrix.python }}-${{ matrix.jupyter-app }}-${{ matrix.jupyterlab-version }}-${{ github.run_number }}
+ name: acceptance-tests-${{ matrix.python-version }}-${{ matrix.jupyter-app }}-${{ matrix.jupyterlab-version }}-${{ github.run_number }}
131
132
./build/robot
0 commit comments