Skip to content

Commit

Permalink
Change Poetry install recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
miohtama committed Jan 8, 2024
1 parent 2769ba6 commit f71ad41
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,18 @@ jobs:
cancel-in-progress: true

steps:
# https://github.com/actions/checkout
- uses: actions/checkout@v3
- name: Install poetry
run: pipx install poetry
- name: Set up Python 3.12
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: '3.12'
cache: 'poetry'
- name: Install Poetry
uses: snok/install-poetry@v1
with:
virtualenvs-create: true
virtualenvs-in-project: true
installer-parallel: true
- name: Install Ape and dependencies
run: |
poetry env use '3.12'
Expand Down

0 comments on commit f71ad41

Please sign in to comment.