Skip to content

Commit

Permalink
Update workflow to use Python shell
Browse files Browse the repository at this point in the history
  • Loading branch information
varshadr committed Nov 2, 2023
1 parent f3d3a5a commit 267c901
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update-api-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
with:
image: mathesar/mathesar-dev:latest
run: ./manage.py spectacular --color --file schema.yml
shell: python

- name: Check if schema file has changed
run: git diff --quiet schema.yml || exit 0
Expand Down

0 comments on commit 267c901

Please sign in to comment.