Skip to content

Commit

Permalink
update: ci steps
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-burashnikov committed Nov 7, 2023
1 parent 82525a2 commit dc6121a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v3
with:
python-version: 3.x
python-version: 3.10.x

- name: Install poetry
run: |
python -m pip install poetry==1.6.1
python -m pip install poetry==1.7.0
- name: Configure poetry
run: |
Expand Down

0 comments on commit dc6121a

Please sign in to comment.