diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 79c3dd77..815090d7 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -12,7 +12,7 @@ jobs: with: submodules: true - name: Get Python version from Pipfile - run: echo "PYTHON_VERSION=$(grep "python_full_version" Pipfile | cut -d ' ' -f 3 - | tr -d '"')" >> $GITHUB_ENV + run: echo "PYTHON_VERSION=$(grep "python_version" Pipfile | cut -d ' ' -f 3 - | tr -d '"')" >> $GITHUB_ENV - name: Set up Python ${{ env.PYTHON_VERSION }} uses: actions/setup-python@v3 with: