Skip to content

Commit

Permalink
Update oauth.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
tcompa authored Jul 22, 2024
1 parent 95074f4 commit e775b06
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/oauth.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,15 @@ jobs:
with:
fetch-depth: 1

- name: Install poetry
run: pipx install poetry==1.8.2

- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
python-version: "3.10"
cache: "poetry"

- name: Install poetry
run: |
python3 -m venv venv
venv/bin/pip install -U pip setuptools
venv/bin/pip install poetry==1.8.2
- name: Install dependencies
run: poetry install --no-interaction -E gunicorn

Expand Down

0 comments on commit e775b06

Please sign in to comment.