Skip to content

Commit

Permalink
ci(pytest): disable gdb
Browse files Browse the repository at this point in the history
  • Loading branch information
kmnhan committed Nov 3, 2024
1 parent 18f3030 commit f1b924f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ jobs:
- name: Test with pytest with coverage
if: matrix.python-version == '3.12' && matrix.qt-api == 'pyqt6'
run: |
sudo apt-get install -y gdb
gdb -return-child-result -batch -ex r -ex bt --args python -u -m pytest -vv --full-trace --cov erlab --junitxml=junit.xml
python -u -m pytest -vv --full-trace --cov erlab --junitxml=junit.xml
- name: Upload coverage to Codecov
if: matrix.python-version == '3.12' && matrix.qt-api == 'pyqt6'
Expand Down

0 comments on commit f1b924f

Please sign in to comment.