Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jzbahrai committed Oct 3, 2024
1 parent 9eee629 commit 0f334c4
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,20 @@ jobs:

steps:
- uses: actions/checkout@main
- name: docker://python:3.12
uses: docker://python:3.12 # utils is currently 3.12 so we need to use 3.12 in ci

- name: Set up Python 3.12
uses: actions/setup-python@v2
with:
python-version: 3.12

- name: Install poetry
env:
POETRY_VERSION: "1.7.1"
run: pip install poetry==${POETRY_VERSION} poetry-plugin-sort && poetry --version

- name: Use Python 3.12 for Poetry
run: poetry env use python3.12

- name: Install requirements
run: poetry install

Expand Down

0 comments on commit 0f334c4

Please sign in to comment.