From 7720b729965c24eb096b2df6289f4772e85d414c Mon Sep 17 00:00:00 2001 From: Krystle Salazar Date: Thu, 5 Dec 2024 11:37:26 -0400 Subject: [PATCH] Add OV_PDM_VERSION to ci_cd.yml workflow --- .github/workflows/ci_cd.yml | 3 +++ justfile | 1 + 2 files changed, 4 insertions(+) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 000aa6f818a..59212efa2fe 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -192,6 +192,7 @@ jobs: build-contexts: ${{ matrix.build-contexts }} build-args: | SEMANTIC_VERSION=${{ needs.get-image-tag.outputs.image_tag }} + OV_PDM_VERSION=${{ steps.prepare-build-args.outputs.ov_pdm_version }} CATALOG_PY_VERSION=${{ steps.prepare-build-args.outputs.catalog_py_version }} CATALOG_AIRFLOW_VERSION=${{ steps.prepare-build-args.outputs.catalog_airflow_version }} INDEXER_WORKER_PY_VERSION=${{ steps.prepare-build-args.outputs.indexer_worker_py_version }} @@ -367,6 +368,7 @@ jobs: cache-to: type=gha,scope=indexer_worker_dev build-args: | INDEXER_WORKER_PY_VERSION=${{ steps.prepare-build-args.outputs.indexer_worker_py_version }} + OV_PDM_VERSION=${{ steps.prepare-build-args.outputs.ov_pdm_version }} PDM_INSTALL_ARGS=--dev - name: Run tests @@ -484,6 +486,7 @@ jobs: build-args: | SEMANTIC_VERSION=${{ needs.get-image-tag.outputs.image_tag }} API_PY_VERSION=${{ steps.prepare-build-args.outputs.api_py_version }} + OV_PDM_VERSION=${{ steps.prepare-build-args.outputs.ov_pdm_version }} PDM_INSTALL_ARGS=--dev - name: Start Catalog diff --git a/justfile b/justfile index a063ae69332..4676d7bbe36 100644 --- a/justfile +++ b/justfile @@ -248,6 +248,7 @@ export HOST_NETWORK_ADDRESS := if os() == "macos" { "host.docker.internal" } els versions: #!/usr/bin/env bash cat <