diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 92e0eb30b..2cf4a3d13 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -28,6 +28,10 @@ jobs: - name: Set up Python uses: actions/setup-python@v5.1.0 + - name: run python version + run: | + python --version + - name: Install dependencies run: | python -m pip install --upgrade pip