Skip to content

Commit

Permalink
Use repo scripts in CI pipeline
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 705652906
Change-Id: I8241ace82ee53782cb75b58ded27a6ac3589800f
  • Loading branch information
jagapiou authored and copybara-github committed Dec 12, 2024
1 parent 3716e79 commit 55855bc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/actions/install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ runs:
if: steps.restore.outputs.cache-hit != 'true'
shell: bash
run: |
pip install --require-virtualenv --require-hashes -r requirements.txt
pip install --require-virtualenv --no-deps --no-index --no-build-isolation --editable .
./bin/install.sh
- name: Show installation
shell: bash
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-concordia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- '.github/actions/install/action.yml'
- '.github/workflows/test-concordia.yml'
- '.pylintrc'
- 'bin/install.sh'
- 'concordia/**'
- 'pyproject.toml'
- 'requirements.txt'
Expand All @@ -19,6 +20,7 @@ on:
- '.github/actions/install/action.yml'
- '.github/workflows/test-concordia.yml'
- '.pylintrc'
- 'bin/install.sh'
- 'concordia/**'
- 'pyproject.toml'
- 'requirements.txt'
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
- '.github/actions/install/action.yml'
- '.github/workflows/test-examples.yml'
- '.pylintrc'
- 'bin/convert_notebooks.sh'
- 'bin/install.sh'
- 'concordia/**'
- 'examples/**'
- 'pyproject.toml'
Expand All @@ -20,6 +22,8 @@ on:
- '.github/actions/install/action.yml'
- '.github/workflows/test-examples.yml'
- '.pylintrc'
- 'bin/convert_notebooks.sh'
- 'bin/install.sh'
- 'concordia/**'
- 'examples/**'
- 'pyproject.toml'
Expand Down

0 comments on commit 55855bc

Please sign in to comment.