Skip to content

Commit fdf81e2

Browse files
committed
fix: Run apt-get inline
1 parent 173b9fb commit fdf81e2

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/push.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,14 @@ jobs:
6565
uses: actions/setup-python@v5
6666
with:
6767
python-version: "3.11"
68+
- name: Install dependencies (required for finding API model versions)
69+
run: make install
70+
- name: Install jq (required only for GitHub Actions)
71+
run: sudo apt-get install -y jq
72+
- name: Find API model versions and write to environment variable
73+
run: python3 .github/find-api-model-versions.py
74+
- name: Ensure full API and simulation API model versions are in sync
75+
run: ".github/request-simulation-model-versions.sh -b prod-api-v2-c4d5-metadata -us ${{ env.US_VERSION }} -uk ${{ env.UK_VERSION }}"
6876
- name: GCP authentication
6977
uses: "google-github-actions/auth@v2"
7078
with:

0 commit comments

Comments
 (0)