diff --git a/.github/workflows/test-install.yml b/.github/workflows/test-install.yml index 6f5f247e3..5ed7bf033 100644 --- a/.github/workflows/test-install.yml +++ b/.github/workflows/test-install.yml @@ -43,7 +43,7 @@ jobs: version: latest - name: Validate conda environment file - run: uv run --script --no-project ./utils/dependency_management.py validate-environment-yml + run: uv run --script ./utils/dependency_management.py validate-environment-yml create-conda-environment: # Verify that we can create a valid conda environment from the environment.yml file.