Skip to content

Commit

Permalink
Fix proper python version in CI and use poetry 1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lancondrej committed Apr 23, 2024
1 parent c0a8c38 commit 20cad21
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install Poetry
uses: snok/install-poetry@v1
with:
version: 1.4.2
version: 1.8.2
- name: Install dependencies
run: |
poetry install
Expand All @@ -38,7 +38,7 @@ jobs:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
strategy:
matrix:
python-version: [3.8, 3.9, 3.10]
python-version: ['3.8', '3.9', '3.10']

steps:
- uses: actions/checkout@v2
Expand All @@ -49,7 +49,7 @@ jobs:
- name: Install Poetry
uses: snok/install-poetry@v1
with:
version: 1.4.2
version: 1.8.2
- name: Install dependencies
run: |
poetry install
Expand Down

0 comments on commit 20cad21

Please sign in to comment.