diff --git a/.github/workflows/workflow-test.yml b/.github/workflows/workflow-test.yml index 7ad7b067..a5d199be 100644 --- a/.github/workflows/workflow-test.yml +++ b/.github/workflows/workflow-test.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-python@v2 with: - python-version: ${{ pyver }} + python-version: ${{ inputs.pyver }} - uses: actions/download-artifact@v3 with: name: dist-${{ inputs.os }}-${{ inputs.pyver }} @@ -39,7 +39,7 @@ jobs: timezoneWindows: W. Europe Standard Time - name: Print yadg version shell: bash - run: yadg --vresion + run: yadg --version - name: Run pytest shell: bash run: pytest -vv