diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0d8472e0e..eaf451632 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,8 +34,10 @@ jobs: with: python-version: ${{ matrix.python }} - - run: python --version - - run: pip --version + - name: Print versions + run: | + python --version + pip --version - name: Install Python dependencies run: pip install -r requirements.txt