Skip to content

Commit

Permalink
ci: Pin Python version and require Gosling.js tag
Browse files Browse the repository at this point in the history
  • Loading branch information
manzt committed Nov 21, 2023
1 parent 0bd9d5d commit 94e3119
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/update-gos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
inputs:
tag_name:
required: true
default: "latest"
release:
types: [published]

Expand Down Expand Up @@ -40,7 +39,7 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: "3.x"
python-version: "3.11"
- run: |
python -m pip install .
python tools/generate_schema_wrapper.py ${{ steps.tag.outputs.tag_name }}
Expand Down

0 comments on commit 94e3119

Please sign in to comment.