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 4aa777c commit 7f437ccCopy full SHA for 7f437cc
.github/workflows/test.yml
@@ -39,6 +39,12 @@ jobs:
39
run: |
40
pixi run -e dev doc
41
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
48
- name: Test nogil
49
50
pixi run -e nogil nogil-eta
0 commit comments