From 13b77d5b1d365e27b9ba177a3868d4efa285feb5 Mon Sep 17 00:00:00 2001 From: Daniel Hollas Date: Wed, 22 Jan 2025 13:47:38 +0000 Subject: [PATCH] Add --no-project to uv run in test-install --- .github/workflows/test-install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-install.yml b/.github/workflows/test-install.yml index 5ed7bf033..6f5f247e3 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 ./utils/dependency_management.py validate-environment-yml + run: uv run --script --no-project ./utils/dependency_management.py validate-environment-yml create-conda-environment: # Verify that we can create a valid conda environment from the environment.yml file.