From 3779d749cdec221ec3249c6cc3685cd947df14e7 Mon Sep 17 00:00:00 2001 From: Unrud Date: Tue, 1 Feb 2022 15:57:25 +0100 Subject: [PATCH] Revert "Actions: Display python info" This reverts commit af6c6b96b98cf0fe919998f7679b1d4b75b3f931. --- .github/workflows/test.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ae403ff..b198f95 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,9 +13,6 @@ jobs: - uses: actions/setup-python@v2 with: python-version: ${{ matrix.python-version }} - - name: Python info - run: | - python -c 'import os, sys; print("sys.version: %s\nsys.platform: %s\nos.name: %s" % (sys.version, sys.platform, os.name))' - name: Install from source run: python -m pip install --editable .[test,bcrypt] - name: Run tests