Skip to content

Commit

Permalink
In action install with no-deps
Browse files Browse the repository at this point in the history
No reason to force dependencies checks if we've already installed
requirements.
  • Loading branch information
timj committed Sep 25, 2023
1 parent 66f6e7d commit 06d0fb3
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 @@ -41,7 +41,7 @@ jobs:
run: pip install pytest-xdist pytest-openfiles pytest-cov

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

- name: Run tests
run: pytest -r a -v -n 3 --open-files --cov=tests --cov=lsst.pex.config --cov-report=xml --cov-report=term
Expand Down

0 comments on commit 06d0fb3

Please sign in to comment.