Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

Commit

Permalink
Merge tag 'v0.26.4' into sync-upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrifiro committed Jan 15, 2024
2 parents 79f1f1a + e33e280 commit 5a780ec
Show file tree
Hide file tree
Showing 157 changed files with 12,002 additions and 2,149 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
python -m pip install -r setup_requirements.txt
- name: Check Formatting
run: tox -e fmt
- name: Run pylint
- name: Linting
run: tox -e lint
- name: Setup Graphviz # `graphviz/dot` is required for the import checker
uses: ts-graphviz/setup-graphviz@v1
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish-library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
uses: actions/setup-python@v3
- name: Build and check package
run: |
pip install tox
tox -e build,twinecheck
- name: Upload package
if: github.event_name == 'release'
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,6 @@ _build/


/caikit/_version.py
# Compiled pb2s
*_pb2.py
*_pb2_grpc.py
Loading

0 comments on commit 5a780ec

Please sign in to comment.