Skip to content

Commit 94d1924

Browse files
committed
fix type-check error
1 parent 4a5e54c commit 94d1924

File tree

6 files changed

+727
-451
lines changed

6 files changed

+727
-451
lines changed

.github/workflows/faucet_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
workflow_dispatch:
77

88
env:
9-
POETRY_VERSION: 2.1.1
9+
POETRY_VERSION: 2.2.1
1010

1111
jobs:
1212
faucet-test:

.github/workflows/integration_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Integration test
22

33
env:
4-
POETRY_VERSION: 2.1.1
4+
POETRY_VERSION: 2.2.1
55
RIPPLED_DOCKER_IMAGE: rippleci/rippled:develop
66

77
on:

.github/workflows/publish_to_pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
name: Build distribution 📦
1010
runs-on: ubuntu-latest
1111
env:
12-
POETRY_VERSION: 2.1.1
12+
POETRY_VERSION: 2.2.1
1313

1414
steps:
1515
- uses: actions/checkout@v4

.github/workflows/unit_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
workflow_dispatch:
88

99
env:
10-
POETRY_VERSION: 2.1.1
10+
POETRY_VERSION: 2.2.1
1111

1212
jobs:
1313
lint-and-type-check:

0 commit comments

Comments
 (0)