fix(General): fix broken pipeline
CI for pypl publish / publish-lib (push) Failing after 52s
Unit test coverage / pytest (push) Failing after 54s

This commit is contained in:
2025-03-27 21:09:02 +08:00
parent 4f5da0460b
commit 234ae9f175
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
# need to setup node and git # need to setup node and git
- run: | - run: |
apt-get update apt-get update
apt-get install -y nodejs git curl apt-get install -y nodejs git curl libsqlite3-0
# check out code and set up python # check out code and set up python
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: https://github.com/actions/setup-python@v5 - uses: https://github.com/actions/setup-python@v5
+1 -1
View File
@@ -19,7 +19,7 @@ jobs:
# need to setup node and git # need to setup node and git
- run: | - run: |
apt-get update apt-get update
apt-get install -y nodejs git apt-get install -y nodejs git libsqlite3-0
# check out code # check out code
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: https://github.com/actions/setup-python@v5 - uses: https://github.com/actions/setup-python@v5
+1 -1
View File
@@ -19,7 +19,7 @@ classifiers = [
] ]
requires-python = ">=3.11" requires-python = ">=3.11"
dependencies = [ dependencies = [
"aiohttp~=3.11.11", "aiohttp~=9.5.5",
"pika~=1.3.2", "pika~=1.3.2",
"fastapi==0.115.6", "fastapi==0.115.6",
"opentelemetry-api", "opentelemetry-api",