Skip to content

Commit 57d8cfe

Browse files
committed
Stacktrace workaround
1 parent f0c0542 commit 57d8cfe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ jobs:
6161

6262
- name: Install stacktrace
6363
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' }}
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.7' }}
6666
run: mamba install -c conda-forge -c defaults -c numba libunwind stacktrace
6767

6868
- name: Hack around https://github.com/ipython/ipython/issues/12197

0 commit comments

Comments
 (0)