Skip to content

Commit

Permalink
TEMPORARY check python path from within python
Browse files Browse the repository at this point in the history
  • Loading branch information
glatterf42 committed Oct 14, 2024
1 parent d05b1dd commit 8bebe09
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ jobs:
run: echo $PATH
shell: bash

- name: Debug PYTHONPATH
run: echo $PYTHONPATH
- name: Debug python path
run: python -c "import sys; print(sys.executable, sys.path)"
shell: bash

- name: Install R dependencies and tutorial requirements
Expand All @@ -142,7 +142,7 @@ jobs:
)
system2('which', 'python', TRUE, TRUE)
system2('echo', '$PYTHONPATH', TRUE, TRUE)
system2('python', '-c "import sys; print(sys.executable, sys.path)"', TRUE, TRUE)
system2('which', 'pip', TRUE, TRUE)
system2('pip', 'list', TRUE, TRUE)
Expand Down

0 comments on commit 8bebe09

Please sign in to comment.