Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
use build-dev in ci where it makes sense
  • Loading branch information
davidhewitt committed Jul 6, 2023
commit 6b357d354ae4b4a93b8452133f670b341c6caf29
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