Skip to content

Commit

Permalink
fix: deleted unnecessary packages
Browse files Browse the repository at this point in the history
Signed-off-by: hlts2 <[email protected]>
  • Loading branch information
hlts2 committed Aug 5, 2024
1 parent 07c84cd commit 953fbe1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ jobs:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
git_user_signingkey: true
git_commit_gpgsign: true
# - uses: actions/setup-python@v5
# with:
# python-version: '3.10'
- uses: vdaas/vald-client-ci/.github/actions/setup-language@main
with:
client_type: python
Expand Down
6 changes: 0 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -167,17 +167,11 @@ $(TEST_DATASET_PATH):
## install deps for CI environment
ci/deps/install: proto/deps/install
apt-get update -y && apt-get install -y \
libssl-dev \
python3-openssl \
python3-setuptools \
libprotobuf-dev \
libprotoc-dev \
protobuf-compiler
$(PYTHON) -m pip install \
--no-cache-dir \
--trusted-host pypi.python.org \
--trusted-host files.pythonhosted.org \
--trusted-host pypi.org \
grpcio \
protobuf \
wheel
Expand Down

0 comments on commit 953fbe1

Please sign in to comment.