Skip to content

Commit b73ddda

Browse files
committed
Change dependancy
1 parent acfefb9 commit b73ddda

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,10 @@ jobs:
134134
cd build\test
135135
.\test_xeus_cpp.exe
136136
137-
- name: Setup tmate session
138-
uses: mxschmitt/action-tmate@v3
139-
# When debugging increase to a suitable value!
140-
timeout-minutes: 30
137+
# - name: Setup tmate session
138+
# uses: mxschmitt/action-tmate@v3
139+
# # When debugging increase to a suitable value!
140+
# timeout-minutes: 30
141141

142142
- name: Python tests Unix Systems
143143
if: ${{ runner.os != 'windows' }}

environment-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies:
1515
- cpp-argparse <3.1
1616
- zlib
1717
# Test dependencies
18-
- pytest
18+
- pytest=8.3.2
1919
- jupyter_kernel_test>=0.5,<0.6
2020
- papermill
2121
- nbformat

0 commit comments

Comments
 (0)