Skip to content

Commit

Permalink
Debug qtconsole test deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ianthomas23 committed Feb 20, 2024
1 parent 5ed39ec commit b9f9e5c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,9 @@ jobs:
${pythonLocation}/bin/python -m pip install pyqt5
- name: Install Ipykernel changes
shell: bash -l {0}
run: ${pythonLocation}/bin/python -m pip install -e .
run: |
${pythonLocation}/bin/python -m pip install -e .
${pythonLocation}/bin/python -m pip list
- name: Test qtconsole
shell: bash -l {0}
run: |
Expand Down

0 comments on commit b9f9e5c

Please sign in to comment.