Skip to content

Commit 6d842e9

Browse files
authored
chore: Update dependencies (pyo3, etcd-client) (#13)
1 parent aeebcfc commit 6d842e9

File tree

8 files changed

+322
-339
lines changed

8 files changed

+322
-339
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,6 @@ jobs:
2525
steps:
2626
- name: Checkout the revision
2727
uses: actions/checkout@v4
28-
- name: Install etcd
29-
run: |
30-
wget https://github.com/etcd-io/etcd/releases/download/v3.5.18/etcd-v3.5.18-linux-${{ matrix.platform.etcd_arch }}.tar.gz
31-
tar -xzf etcd-v3.5.18-linux-${{ matrix.platform.etcd_arch }}.tar.gz
32-
mv etcd-v3.5.18-linux-${{ matrix.platform.etcd_arch }}/etcd* /usr/local/bin/
3328
- name: Set up Python as Runtime
3429
uses: actions/setup-python@v5
3530
with:
@@ -41,6 +36,7 @@ jobs:
4136
override: true
4237
- name: Install protobuf compiler
4338
run: |
39+
sudo apt update
4440
sudo apt install -y protobuf-compiler
4541
- name: Install dependencies and build the package
4642
run: |

0 commit comments

Comments
 (0)