Skip to content

Commit

Permalink
use build-dev in ci where it makes sense
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhewitt committed Jul 6, 2023
1 parent cd0d07b commit 6b357d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
python-version: '3.11'

- run: pip install -r tests/requirements.txt
- run: pip install -e . --config-settings=build-args='--profile dev'
- run: make build-dev

- run: pip freeze
- run: pytest
Expand Down Expand Up @@ -194,7 +194,7 @@ jobs:
- run: pip install -r tests/requirements-linting.txt
if: steps.cache-py.outputs.cache-hit != 'true'

- run: pip install .
- run: make build-dev

- run: pip freeze

Expand Down

0 comments on commit 6b357d3

Please sign in to comment.