From 7b5b52fd95cb10a0decca42d3573d46ea1fd9ab7 Mon Sep 17 00:00:00 2001 From: Sam Stoelinga Date: Fri, 27 Oct 2023 14:15:22 -0700 Subject: [PATCH] remove not needed step --- .github/workflows/tests.yml | 3 --- 1 file changed, 3 deletions(-) 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