Skip to content

Commit

Permalink
Fix pipx not installed issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Eve-ning committed Nov 6, 2023
1 parent 9d961ff commit 2e59b92
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/model.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,18 @@ jobs:
runs-on: self-hosted
steps:
- uses: actions/checkout@v3
- name: Install poetry
run: pipx install poetry

- name: Set up Python 3.11
uses: actions/setup-python@v4
with:
python-version: "3.11"
cache: 'poetry'

- name: Install poetry
run: |
python3 -m pip install --user pipx
pipx install poetry
- name: Set up gcloud
id: 'auth'
uses: 'google-github-actions/auth@v1'
Expand Down

0 comments on commit 2e59b92

Please sign in to comment.