Skip to content

Commit

Permalink
Install poetry before Python
Browse files Browse the repository at this point in the history
  • Loading branch information
Shadow-Devil authored Jul 2, 2024
1 parent f131a66 commit 71a074d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Install poetry
uses: abatilo/actions-poetry@v2.0.0
with:
poetry-version: 1.4.2
- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
python-version: '3.10'
cache: 'poetry'
- name: Install poetry
uses: abatilo/actions-poetry@v2.0.0
with:
poetry-version: 1.4.2
- name: Install dependencies
run: |
poetry config virtualenvs.create false
Expand Down

0 comments on commit 71a074d

Please sign in to comment.