Kaynağa Gözat

Show Python and iPython version before running tests

Fabien Lelaquais 5 ay önce
ebeveyn
işleme
43c3303367
1 değiştirilmiş dosya ile 3 ekleme ve 0 silme
  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:
 runs:
   using: "composite"
   using: "composite"
   steps:
   steps:
+    - name: Check Python and iPython versions
+      shell: bash
+      run: pipenv run python --version && pipenv run ipython --version
     - name: install kernel
     - name: install kernel
       shell: bash
       shell: bash
       run: pipenv run ipython kernel install --name "python3" --user
       run: pipenv run ipython kernel install --name "python3" --user