Skip to content

Commit 7f437cc

Browse files
committed
debug nogil
1 parent 4aa777c commit 7f437cc

File tree

2 files changed

+381
-383
lines changed

2 files changed

+381
-383
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@ jobs:
3939
run: |
4040
pixi run -e dev doc
4141
CMD=doctest pixi run -e dev doc
42+
- name: Debug List compiled fastcan extension in build
43+
if: runner.os == 'Windows'
44+
shell: bash
45+
run: |
46+
echo "Listing build/cp313t/fastcan directory:"
47+
ls -lR build/cp313t/fastcan || true
4248
- name: Test nogil
4349
run: |
4450
pixi run -e nogil nogil-eta

0 commit comments

Comments
 (0)