Skip to content

Commit 673cd30

Browse files
committed
debug pyproject setting
1 parent 67b24b2 commit 673cd30

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

.github/workflows/test.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,13 @@ 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 build/cp313t/fastcan || true
48+
ls build/cp313/fastcan || true
4249
- name: Test nogil
4350
run: |
4451
pixi run -e nogil nogil-eta

pixi.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ docs = ["furo", "matplotlib", "sphinx_gallery", "sphinx-design"]
3939
requires = ["meson-python>=0.18.0", "Cython>=3.1.0", "scikit-learn>=1.7.0"]
4040
build-backend = "mesonpy"
4141

42+
[tool.meson-python.args]
43+
setup = ['--vsenv']
44+
4245
[tool.pixi.project]
4346
channels = ["conda-forge"]
4447
platforms = ["win-64", "linux-64", "osx-64", "osx-arm64"]

0 commit comments

Comments
 (0)