Skip to content

Commit

Permalink
fix: update python and poetry versions in CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtolkien committed Jun 23, 2023
1 parent c4b4005 commit 539fe7e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr_python_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ jobs:
- uses: actions/checkout@v3

# Python setup
- name: Set up Python 3.9
- name: Set up Python 3.11
uses: actions/setup-python@v4
with:
python-version: "3.9"
python-version: "3.11"

- name: Install poetry
uses: abatilo/actions-poetry@v2.2.0
with:
poetry-version: 1.2
poetry-version: 1.4.2

- name: Install python dependencies
run: |
Expand Down

0 comments on commit 539fe7e

Please sign in to comment.