Skip to content

Commit

Permalink
Show Python and iPython version before running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
FabienLelaquais committed Dec 11, 2024
1 parent 9cc59f2 commit 43c3303
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/gui-test/e2e/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: end-to-end test
runs:
using: "composite"
steps:
- name: Check Python and iPython versions
shell: bash
run: pipenv run python --version && pipenv run ipython --version
- name: install kernel
shell: bash
run: pipenv run ipython kernel install --name "python3" --user
Expand Down

0 comments on commit 43c3303

Please sign in to comment.