Skip to content

Commit

Permalink
restore step
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeWang1127 committed Sep 30, 2024
1 parent 3a66612 commit 87ef217
Showing 1 changed file with 2 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ steps:
-o type=image \
.
waitFor: ["-"]
- id: install-deps
- id: run-integration-test
name: python:3.12
entrypoint: bash
args:
Expand All @@ -46,15 +46,8 @@ steps:
pip install --upgrade pip
pip install --require-hashes -r library_generation/requirements.txt
pip install ./library_generation
waitFor: ["-"]
- id: run-integration-test
name: python:3.12
entrypoint: bash
args:
- -c
- |
python -m unittest ./library_generation/test/integration_tests.py
waitFor: ["library-generation-image-build", "install-deps"]
waitFor: ["library-generation-image-build"]

options:
# Builds ran by service accounts we need to either a) specify a logs bucket,
Expand Down

0 comments on commit 87ef217

Please sign in to comment.