Skip to content

Commit 6b357d3

Browse files
committed
use build-dev in ci where it makes sense
1 parent cd0d07b commit 6b357d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
python-version: '3.11'
153153

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

157157
- run: pip freeze
158158
- run: pytest
@@ -194,7 +194,7 @@ jobs:
194194
- run: pip install -r tests/requirements-linting.txt
195195
if: steps.cache-py.outputs.cache-hit != 'true'
196196

197-
- run: pip install .
197+
- run: make build-dev
198198

199199
- run: pip freeze
200200

0 commit comments

Comments
 (0)