Skip to content

Commit 6196d52

Browse files
committed
try with os change
1 parent ecea5e9 commit 6196d52

File tree

4 files changed

+12
-7
lines changed

4 files changed

+12
-7
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,27 @@ on:
1212

1313
jobs:
1414
linux:
15-
runs-on: ubuntu-latest
16-
1715
strategy:
1816
fail-fast: false
1917
matrix:
2018
include:
2119
- python-version: "3.8"
22-
poetry-version: "1.8.4"
20+
poetry-version: "1.8.3"
21+
ubuntu-version: "ubuntu-22.04"
2322
- python-version: "3.9"
2423
poetry-version: "latest"
24+
ubuntu-version: "ubuntu-latest"
2525
- python-version: "3.10"
2626
poetry-version: "latest"
27+
ubuntu-version: "ubuntu-latest"
2728
- python-version: "3.11"
2829
poetry-version: "latest"
30+
ubuntu-version: "ubuntu-latest"
2931
- python-version: "3.12"
3032
poetry-version: "latest"
33+
ubuntu-version: "ubuntu-latest"
34+
35+
runs-on: ${{ matrix.ubuntu-version }}
3136

3237
steps:
3338
- uses: actions/checkout@v4
@@ -71,7 +76,7 @@ jobs:
7176
matrix:
7277
include:
7378
- python-version: "3.8"
74-
poetry-version: "1.8.4"
79+
poetry-version: "1.8.3"
7580
- python-version: "3.9"
7681
poetry-version: "latest"
7782
- python-version: "3.10"

.github/workflows/manual-publish-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install poetry
1919
uses: abatilo/actions-poetry@7b6d33e44b4f08d7021a1dee3c044e9c253d6439
2020
with:
21-
poetry-version: 1.8.4
21+
poetry-version: 1.8.3
2222

2323
- uses: ./.github/actions/build-docs
2424

.github/workflows/manual-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install poetry
2525
uses: abatilo/actions-poetry@7b6d33e44b4f08d7021a1dee3c044e9c253d6439
2626
with:
27-
poetry-version: 1.8.4
27+
poetry-version: 1.8.3
2828

2929
- uses: launchdarkly/gh-actions/actions/[email protected]
3030
name: "Get PyPI token"

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
if: ${{ steps.release.outputs.releases_created == 'true' }}
3131
uses: abatilo/actions-poetry@7b6d33e44b4f08d7021a1dee3c044e9c253d6439
3232
with:
33-
poetry-version: 1.8.4
33+
poetry-version: 1.8.3
3434

3535
- uses: launchdarkly/gh-actions/actions/[email protected]
3636
name: "Get PyPI token"

0 commit comments

Comments
 (0)