Skip to content

Commit

Permalink
feat(grpc): IO descriptors (#2884)
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com>
  • Loading branch information
aarnphm committed Aug 14, 2022
1 parent 99fcf23 commit bd4ac4c
Show file tree
Hide file tree
Showing 40 changed files with 1,900 additions and 1,290 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci.yml
Expand Up @@ -77,12 +77,6 @@ jobs:
run: |
npm install -g npm@^7 pyright
- name: Setup protobuf tools
uses: bufbuild/buf-setup-action@v1.6.0
if: success()
with:
github_token: ${{ github.token }}

- name: Cache pip dependencies
uses: actions/cache@v3
id: cache-pip
Expand All @@ -99,8 +93,6 @@ jobs:
run: make ci-format
- name: Lint check
run: make ci-lint
- name: Proto check
run: make ci-proto
- name: Type check
run: make ci-pyright

Expand Down
9 changes: 1 addition & 8 deletions .readthedocs.yml → .readthedocs.yaml
@@ -1,25 +1,18 @@
# .readthedocs.yml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

build:
os: "ubuntu-20.04"
os: "ubuntu-22.04"
tools:
python: "3.9"
jobs:
post_checkout:
- git fetch --unshallow
pre_install:
- git update-index --assume-unchanged docs/source/conf.py

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/source/conf.py

# Optionally set the version of Python and requirements required to build your docs
python:
install:
- requirements: requirements/docs-requirements.txt
Expand Down

0 comments on commit bd4ac4c

Please sign in to comment.