Skip to content

Commit

Permalink
In action do not install deps we have already installed
Browse files Browse the repository at this point in the history
  • Loading branch information
timj committed Feb 21, 2024
1 parent fd57d37 commit 765749f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
run: uv pip install -r requirements.txt

- name: Build and install
run: uv pip install -v -e .
run: uv pip install -v --no-deps -e .

- name: Run tests
run: pytest -r a -v -n 3 --cov=astro_metadata_translator --cov=tests --cov-report=xml --cov-report=term --cov-branch
Expand Down

0 comments on commit 765749f

Please sign in to comment.