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 f0c0542 commit 57d8cfeCopy full SHA for 57d8cfe
.github/workflows/tests.yaml
@@ -61,8 +61,8 @@ jobs:
61
62
- name: Install stacktrace
63
shell: bash -l {0}
64
- # stacktrace for Python 3.8 has not been released at the moment of writing
65
- if: ${{ matrix.os == 'ubuntu-latest' && matrix.python-version < '3.8' }}
+ # stacktrace for Python 3.8+ has not been released at the moment of writing
+ if: ${{ matrix.os == 'ubuntu-latest' && matrix.python-version == '3.7' }}
66
run: mamba install -c conda-forge -c defaults -c numba libunwind stacktrace
67
68
- name: Hack around https://github.com/ipython/ipython/issues/12197
0 commit comments