Skip to content

Commit 43f2f71

Browse files
committed
debugging windows
1 parent 39f7186 commit 43f2f71

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,9 @@ jobs:
5757
if: runner.os == 'Windows'
5858
shell: bash -el {0}
5959
run: |
60-
python3 -c 'import os; print( os.environ["INCLUDE"] )'
61-
python3 -c 'import os; print( os.environ["CPATH"] )'
62-
python3 -c 'import os; print( os.environ["C_INCLUDE_PATH"] )'
63-
python3 -c 'import os; from pathlib import Path; [print(path) for path in Path(os.environ["CONDA_PREFIX"]).parent.parent.rglob("*")]'
60+
python3 -c 'import os; print( os.environ )'
6461
python3 -c 'import os; from pathlib import Path; [print(path) for path in Path(os.environ["CONDA_PREFIX"]).rglob("*")]'
62+
python3 -c 'import os; from pathlib import Path; [print(path) for path in Path(os.environ["CONDA_PREFIX"]).parent.parent.rglob("*")]'
6563
python -m pip install .[test]
6664
6765

0 commit comments

Comments
 (0)