소스 검색

Show Python and iPython version before running tests

Fabien Lelaquais 5 달 전
부모
커밋
43c3303367
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      .github/actions/gui-test/e2e/action.yml

+ 3 - 0
.github/actions/gui-test/e2e/action.yml

@@ -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