diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 737a4b3..0088510 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,5 +23,7 @@ jobs: uses: actions/setup-python@v5 with: python-version: ${{ matrix.python }} - - name: Test - run: python3 -m unittest -v + - name: Show Version and Test + run: | + python3 --version + python3 -m unittest -v