Skip to content

Commit

Permalink
remove protoc & buf from pull-request.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
zerlok committed Nov 14, 2024
1 parent 3fcf0b3 commit 8b3fd3a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,6 @@ jobs:
key: venv-${{ hashFiles('poetry.lock') }}
- name: Install the project dependencies
run: poetry install --all-extras
- name: Download protoc ${{ matrix.protoc-version }}
run: wget -q -O protoc.zip "https://github.com/protocolbuffers/protobuf/releases/download/v${{ matrix.protoc-version }}/protoc-${{ matrix.protoc-version }}-linux-x86_64.zip"
- name: Unzip protoc ${{ matrix.protoc-version }}
run: unzip -q -n protoc.zip 'bin/*' 'include/google/protobuf/*' -d .venv
- name: Download buf ${{ matrix.buf-version }}
run: wget -q -O .venv/bin/buf "https://github.com/bufbuild/buf/releases/download/v${{ matrix.buf-version }}/buf-Linux-x86_64"
- name: Allow run buf ${{ matrix.buf-version }}
run: chmod +x .venv/bin/buf
- name: Run pytest
run: poetry run pytest --cov-report=xml
# TODO: enable codecov
Expand Down

0 comments on commit 8b3fd3a

Please sign in to comment.