diff --git a/.github/workflows/_test_pydantic.yml b/.github/workflows/_test_pydantic.yml index a276242d189..8fdac9475f7 100644 --- a/.github/workflows/_test_pydantic.yml +++ b/.github/workflows/_test_pydantic.yml @@ -51,7 +51,9 @@ jobs: - name: "๐Ÿ”„ Install Specific Pydantic Version" shell: bash - run: VIRTUAL_ENV=.venv uv pip install pydantic~=${{ inputs.pydantic-version }} + env: + PYDANTIC_VERSION: ${{ inputs.pydantic-version }} + run: VIRTUAL_ENV=.venv uv pip install "pydantic~=$PYDANTIC_VERSION" - name: "๐Ÿงช Run Core Tests" shell: bash