Skip to content

Commit

Permalink
More verbose python-build
Browse files Browse the repository at this point in the history
  • Loading branch information
xhochy committed Sep 2, 2024
1 parent 2082736 commit 11d4bec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ jobs:
- name: pip list
run: pixi run -e ${{ matrix.environment }} python -m pip list
- name: Build the wheel
run: pixi run -e ${{ matrix.environment }} python -m build --no-isolation
run: pixi run -e ${{ matrix.environment }} python -m build --no-isolation --wheel --verbose
- name: Install the built wheel
run: pixi run -e ${{ matrix.environment }} python -m pip install dist/*.whl
- name: Import test
Expand Down

0 comments on commit 11d4bec

Please sign in to comment.