Skip to content

Commit

Permalink
Update testing.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tsubramanian authored Jul 21, 2024
1 parent 76e1cc2 commit d7e6bc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
pip install --user -e .[tests]
sudo mkdir -p /tmp/work
export PYTHONFAULTHANDLER=1
sudo python -X faulthandler -m wbia_cnn --set-workdir /tmp/work --preload-exit
python -X faulthandler -m wbia_cnn --set-workdir /tmp/work --preload-exit
- name: gdb backtrace (if failed)
if: failure()
Expand Down

0 comments on commit d7e6bc6

Please sign in to comment.