diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index eecdd2c..32ec89e 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -10,7 +10,6 @@ jobs: with: python-version: '3.10' # Version range or exact version of a Python version to use, using SemVer's version range syntax architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified - - run: Python -V - name: Dependencies install run: | python -m pip install --upgrade pip poetry