Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleconroy committed Nov 1, 2023
1 parent 00c7509 commit e89b0c8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
- name: install ./...
run: go install ./...
- uses: actions/checkout@v4
repository: sqlc-dev/sqlc-gen-python
path: python
with:
repository: sqlc-dev/sqlc-gen-python
path: python
- run: make test
working-directory: python

0 comments on commit e89b0c8

Please sign in to comment.