Skip to content

Commit

Permalink
Add explicit pytest runner
Browse files Browse the repository at this point in the history
  • Loading branch information
mpenning committed Nov 15, 2023
1 parent f03a9a4 commit f7b0cfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- {name: 'Minimum Versions', python: '3.11', os: ubuntu-latest, tox: py311}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}
- name: Display Python version
Expand Down

0 comments on commit f7b0cfd

Please sign in to comment.