Skip to content

Commit

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

0 comments on commit 81b2c41

Please sign in to comment.