Skip to content

Commit

Permalink
chore: upgrade dependencies week 2 (#754)
Browse files Browse the repository at this point in the history
* chore: upgrade dependencies week 2

* chore: specify poetry version in ci (#753)

---------

Co-authored-by: Markus Rye Foss <[email protected]>
  • Loading branch information
krisolba1 and markusrf authored Jan 6, 2025
1 parent 73e05b7 commit 917973c
Show file tree
Hide file tree
Showing 5 changed files with 390 additions and 404 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Poetry
run: pipx install poetry
run: pipx install poetry==1.8.4

- name: Setup Python
uses: actions/setup-python@v5
Expand All @@ -28,7 +28,7 @@ jobs:

- name: Install deps
run: poetry install --no-interaction

- name: Generate CLI reference
run: |
cd src
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Poetry
run: pipx install poetry
run: pipx install poetry==1.8.4

- name: Setup Python
uses: actions/setup-python@v5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/examples-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Poetry
run: pipx install poetry
run: pipx install poetry==1.8.4

- name: Setup Python
uses: actions/setup-python@v5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lib-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Poetry
run: pipx install poetry
run: pipx install poetry==1.8.4

- name: Setup Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
Expand Down
Loading

0 comments on commit 917973c

Please sign in to comment.