Skip to content

Commit

Permalink
ci: Just install gos in GitHub Action (#994)
Browse files Browse the repository at this point in the history
  • Loading branch information
manzt committed Nov 21, 2023
1 parent a71ad08 commit 0bd9d5d
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 @@ -42,8 +42,7 @@ jobs:
with:
python-version: "3.x"
- run: |
python -m pip install --upgrade hatch
hatch shell
python -m pip install .
python tools/generate_schema_wrapper.py ${{ steps.tag.outputs.tag_name }}
- name: Create Pull Request
Expand Down

0 comments on commit 0bd9d5d

Please sign in to comment.