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 af5bbb0 commit c1fcdd0Copy full SHA for c1fcdd0
.github/workflows/test.yaml
@@ -30,9 +30,6 @@ env:
30
jobs:
31
build:
32
runs-on: ubuntu-22.04
33
- defaults:
34
- run:
35
- shell: bash
36
steps:
37
- uses: actions/checkout@v4
38
@@ -68,6 +65,11 @@ jobs:
68
65
nb${{ matrix.notebook-version }}
69
66
needs: [build]
70
67
timeout-minutes: 30
+ runs-on: ${{ matrix.os }}
+ defaults:
+ run:
71
+ shell: bash # windows default isn't bash
72
+
73
strategy:
74
fail-fast: false
75
matrix:
@@ -94,11 +96,6 @@ jobs:
94
96
- jupyter_server-version: "1"
95
97
jupyterlab-version: "4"
98
- runs-on: ${{ matrix.os }}
99
100
101
-
102
103
104
0 commit comments