diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b109869..1a48a32 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,9 +16,6 @@ jobs: uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} - # You can test your matrix by printing the current Python version - - name: Display Python version - run: python -c "import sys; print(sys.version)" - name: Upgrade pip run: pip3 install --upgrade pip - name: Install dependencies