Skip to content

Commit

Permalink
WIP: install ansys-api-edb using secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
SMoraisAnsys committed Nov 29, 2023
1 parent 7fcfb7d commit 834ccb0
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,23 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}

- name: Clone ansys-api-edb
uses: actions/checkout@v2
with:
repository: ansys-internal/ansys-api-edb
token: ${{ secrets.EDB_SHARED_SECRET }}
path: external/ansys-api-edb

- name: Install ansys-api-edb
run: |
python -m pip install external/ansys-api-edb
- name: Install dependencies
run: |
python -m pip install --upgrade .[test]
python -m pip install --upgrade tox-gh-actions
- name: Test with tox
# Only the tox environment specified in the tox.ini gh-actions is run
run: tox -e test -- --ignore=tests/e2e
Expand Down

0 comments on commit 834ccb0

Please sign in to comment.