Преглед изворни кода

Revert "Actions: Display python info"

This reverts commit af6c6b96b98cf0fe919998f7679b1d4b75b3f931.
Unrud пре 4 година
родитељ
комит
3779d749cd
1 измењених фајлова са 0 додато и 3 уклоњено
  1. 0 3
      .github/workflows/test.yml

+ 0 - 3
.github/workflows/test.yml

@@ -13,9 +13,6 @@ jobs:
       - uses: actions/setup-python@v2
       - uses: actions/setup-python@v2
         with:
         with:
           python-version: ${{ matrix.python-version }}
           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
       - name: Install from source
         run: python -m pip install --editable .[test,bcrypt]
         run: python -m pip install --editable .[test,bcrypt]
       - name: Run tests
       - name: Run tests