Skip to content

Commit

Permalink
Set WHEY_TRACEBACK for Build step of smoke test
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Mar 20, 2024
1 parent f38b48c commit 0791533
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/smoke_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ jobs:
- name: Build
run: |
python3 -m virtualenv venv
WHEY_TRACEBACK = 1
python3 -m pip install $(pyproject-parser info build-system.requires -f /tmp/${{ matrix.config.name }}/pyproject.toml | jq 'join(" ")' -r) --prefix venv -I
python3 -m pip install /tmp/${{ matrix.config.name }} --prefix venv -I --no-build-isolation
venv/bin/python -m pip install -r /tmp/${{ matrix.config.name }}/tests/requirements.txt ${{ matrix.config.extra-install-args }} || exit 1
Expand Down

0 comments on commit 0791533

Please sign in to comment.