Skip to content

Commit

Permalink
Add the grpc dependency from ansys-api-fluent repo (#497)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkundu1 authored Jun 14, 2022
1 parent c25ac42 commit 6a1b236
Show file tree
Hide file tree
Showing 44 changed files with 8 additions and 14,919 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ env:
# You should go up in number, if you go down (or repeat a previous value)
# you might end up reusing a previous cache if it haven't been deleted already.
# It applies 7 days retention policy by default.
RESET_EXAMPLES_CACHE: 4
API_CODE_CACHE: 0
RESET_EXAMPLES_CACHE: 5
API_CODE_CACHE: 1

jobs:
stylecheck:
Expand All @@ -45,12 +45,6 @@ jobs:
run: |
pre-commit run --all-files --show-diff-on-failure
- name: Run protolint
uses: plexsystems/[email protected]
if: always()
with:
configDirectory: protos

test-import:
name: Smoke Tests
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -208,7 +202,7 @@ jobs:
build_test:
name: Build and Unit Testing
needs: test-import
runs-on: self-hosted
runs-on: ubuntu-latest
strategy:
matrix:
image-tag: [latest, solver-latest]
Expand Down Expand Up @@ -262,7 +256,7 @@ jobs:
username: ${{ secrets.GH_USERNAME }}
password: ${{ secrets.REPO_DOWNLOAD_PAT }}

- name: Pull Fluent docker image\
- name: Pull Fluent docker image
if: steps.cache-api-code.outputs.cache-hit != 'true'
run: make docker-pull
env:
Expand Down
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ style:

install:
@pip install -r requirements/requirements_build.txt
@python setup.py sdist
@python setup.py bdist_wheel
@python -m build
@pip install dist/*.whl

version-info:
Expand Down
107 changes: 0 additions & 107 deletions codegen/pyprotogen.py

This file was deleted.

45 changes: 0 additions & 45 deletions protos/.protolint.yaml

This file was deleted.

10 changes: 0 additions & 10 deletions protos/ansys/api/fluent/v0/common.proto

This file was deleted.

Loading

0 comments on commit 6a1b236

Please sign in to comment.