Skip to content

Commit

Permalink
typo in test
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterKraus committed Dec 5, 2023
1 parent b3cd3f4 commit 14addcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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

0 comments on commit 14addcc

Please sign in to comment.