Skip to content

Commit 8d637ca

Browse files
committed
wip: call pythran from .github dir
1 parent b2d8dff commit 8d637ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci-windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
ls -l .pixi/envs/default/Lib/site-packages/pythran
3838
pixi run python -c "from pythran import config as m; print(m)"
3939
pixi run python -c "from pythran import config as m; print(m.MODIFIED); assert m.MODIFIED"
40+
cd .github && pixi run pythran minimal_pythran.py -vv && cd ..
4041
pixi run pythran .github/minimal_pythran.py -vv
4142
4243
- name: Tests

0 commit comments

Comments
 (0)