diff --git a/.github/actions/setup-python-env/action.yml b/.github/actions/setup-python-env/action.yml index edce8b0..eda16a8 100644 --- a/.github/actions/setup-python-env/action.yml +++ b/.github/actions/setup-python-env/action.yml @@ -34,6 +34,7 @@ runs: # resolution method will install either "highest"" # versions of dependencies, or "lowest-direct" versions - name: Install Python dependencies + run: | if [ "${{ inputs.resolution }}" == "frozen" ]; then uv sync --frozen --all-extras else