Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jopemachine committed Mar 26, 2024
1 parent c72d393 commit 934296b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ jobs:
build:
runs-on: ubuntu-latest

container:
image: python:3.12

steps:
- uses: actions/checkout@v3
- name: Install etcd
Expand All @@ -28,6 +25,10 @@ jobs:
toolchain: stable
override: true

- name: Install protobuf compiler
run: |
sudo apt install -y protobuf-compiler
- name: Install dependencies and build the package
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 934296b

Please sign in to comment.