Explorar o código

Merge branch 'develop' into bug/#2141-metric-width-height-css

Nam Nguyen hai 5 meses
pai
achega
511646ff24
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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