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 acfefb9 commit b73dddaCopy full SHA for b73ddda
.github/workflows/main.yml
@@ -134,10 +134,10 @@ jobs:
134
cd build\test
135
.\test_xeus_cpp.exe
136
137
- - name: Setup tmate session
138
- uses: mxschmitt/action-tmate@v3
139
- # When debugging increase to a suitable value!
140
- timeout-minutes: 30
+ # - name: Setup tmate session
+ # uses: mxschmitt/action-tmate@v3
+ # # When debugging increase to a suitable value!
+ # timeout-minutes: 30
141
142
- name: Python tests Unix Systems
143
if: ${{ runner.os != 'windows' }}
environment-dev.yml
@@ -15,7 +15,7 @@ dependencies:
15
- cpp-argparse <3.1
16
- zlib
17
# Test dependencies
18
- - pytest
+ - pytest=8.3.2
19
- jupyter_kernel_test>=0.5,<0.6
20
- papermill
21
- nbformat
0 commit comments