Skip to content

Commit

Permalink
fix: install the right version of Python on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
umbertogriffo committed Dec 19, 2024
1 parent de5ed6b commit e25a21e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ jobs:
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}

- name: Install Python
uses: actions/setup-python@v5
with:
python-version: '3.10.6'

- name: Get poetry version
id: poetry-version
run: echo "poetry-version=$(cat version/poetry)" >> "$GITHUB_OUTPUT"
Expand Down

0 comments on commit e25a21e

Please sign in to comment.