Skip to content

Commit

Permalink
fix target python version
Browse files Browse the repository at this point in the history
  • Loading branch information
marcorossi5 committed Dec 14, 2023
1 parent 0687e93 commit 6a411a8
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,14 @@ jobs:
max-parallel: 3
matrix:
os: [ubuntu-latest, ubuntu-22.04, macos-latest, windows-latest]
python-version: [3.10]
python-version: ["3.10"]
poetry-version: ["1.7.1"]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- name: Checkout code
uses: actions/checkout@v4
- name: Install python
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install poetry
Expand Down

0 comments on commit 6a411a8

Please sign in to comment.