Skip to content

Commit

Permalink
fix: pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonGurney committed Jul 19, 2023
1 parent eaf089d commit 12c5b52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Python runtime test
uses: ./.github/actions/python-test
uses: ./.github/actions/pytest
with:
python-version: "3.9"
v3-10:
runs-on: ubuntu-latest
steps:
- name: Python runtime test
uses: ./.github/actions/python-test
uses: ./.github/actions/pytest
with:
python-version: "3.10"

0 comments on commit 12c5b52

Please sign in to comment.