Skip to content

Commit

Permalink
change dir
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeWang1127 committed Dec 19, 2024
1 parent b95e02a commit 5cb7817
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,9 @@ steps:
apt update && apt install -y python3 python3.12-venv
python3 -m venv .venv
source .venv/bin/activate
pip install --require-hashes -r .cloudbuild/library_generation/scripts/requirements.txt
python -m unittest .cloudbuild/library_generation/scripts/integration_tests.py
pip install --require-hashes -r requirements.txt
python -m unittest integration_tests.py
dir: ".cloudbuild/library_generation/scripts"
id: verify-generation
waitFor: ["generate-libraries"]
options:
Expand Down

0 comments on commit 5cb7817

Please sign in to comment.