We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd0d07b commit 6b357d3Copy full SHA for 6b357d3
.github/workflows/ci.yml
@@ -152,7 +152,7 @@ jobs:
152
python-version: '3.11'
153
154
- run: pip install -r tests/requirements.txt
155
- - run: pip install -e . --config-settings=build-args='--profile dev'
+ - run: make build-dev
156
157
- run: pip freeze
158
- run: pytest
@@ -194,7 +194,7 @@ jobs:
194
- run: pip install -r tests/requirements-linting.txt
195
if: steps.cache-py.outputs.cache-hit != 'true'
196
197
- - run: pip install .
198
199
200
0 commit comments