fix(General): fix broken pipeline
Unit test coverage / pytest (push) Failing after 1m10s
CI for pypl publish / publish-lib (push) Failing after 1m9s

This commit is contained in:
2025-03-27 21:09:02 +08:00
parent 4f5da0460b
commit d1ccb2dbf9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ jobs:
# need to setup node and git
- run: |
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
- uses: actions/checkout@v4
- uses: https://github.com/actions/setup-python@v5
+1 -1
View File
@@ -19,7 +19,7 @@ jobs:
# need to setup node and git
- run: |
apt-get update
apt-get install -y nodejs git
apt-get install -y nodejs git libsqlite3-0
# check out code
- uses: actions/checkout@v4
- uses: https://github.com/actions/setup-python@v5