Skip to content

Commit b1f8d25

Browse files
authored
Merge pull request #54 from intercreate/fix/51/connection-timeout-ignored
Fix/51/connection timeout ignored
2 parents 0c426f1 + 1bf721b commit b1f8d25

4 files changed

Lines changed: 221 additions & 195 deletions

File tree

.github/workflows/build.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ on:
88
push:
99
branches: [main]
1010
pull_request:
11-
branches: [main]
1211

1312
jobs:
1413
build:
@@ -21,13 +20,13 @@ jobs:
2120
steps:
2221
- uses: actions/checkout@v4
2322

24-
- run: pipx install poetry
25-
2623
- uses: actions/setup-python@v5
2724
with:
2825
python-version: "3.12"
2926

30-
- run: pipx inject poetry poetry-dynamic-versioning
27+
- run: python -m pip install poetry
28+
29+
- run: poetry self add poetry-dynamic-versioning
3130

3231
- run: poetry install
3332

0 commit comments

Comments
 (0)