Skip to content

Commit

Permalink
Add --no-project to uv run in test-install
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas committed Jan 22, 2025
1 parent a17f30a commit 13b77d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 13b77d5

Please sign in to comment.