Skip to content

Commit

Permalink
Remove protoc
Browse files Browse the repository at this point in the history
  • Loading branch information
aditya-nambiar committed Aug 8, 2024
1 parent f8bf830 commit a2b9991
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 20 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@ jobs:
virtualenvs-create: true
virtualenvs-in-project: true

# Install protoc
- name: Install protoc
run: sudo apt-get install -y protobuf-compiler libprotoc-dev

#----------------------------------------------
# load cached venv if cache exists
#----------------------------------------------
Expand Down
56 changes: 42 additions & 14 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "fennel-ai"
version = "1.5.1"
version = "1.5.2"
description = "The modern realtime feature engineering platform"
authors = ["Fennel AI <developers@fennel.ai>"]
packages = [{ include = "fennel" }]
Expand All @@ -20,7 +20,7 @@ pytest = "7.1.3"
pytest-rerunfailures = "^13.0"
sortedcontainers = "^2.4.0"
typing-extensions = "^4.12.0"
fennel_data_lib = "^0.1.2"
fennel_data_lib = "0.1.8"

[tool.poetry.dev-dependencies]
flake8 = "^4.0.1"
Expand Down

0 comments on commit a2b9991

Please sign in to comment.