Skip to content

Commit 77f22df

Browse files
alexgarelmmoriniere
authored andcommitted
ci: no coveralls for python3.13
1 parent 04f24ba commit 77f22df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ jobs:
4848
run: |
4949
pip install -r requirements-dev.txt
5050
pip install .
51-
pip install coveralls
51+
# coveralls yet incompatible with python3.13 yet
52+
[[ ${{ matrix.python-version }} != 3.13 ]] && pip install coveralls
5253
pip install elasticsearch-dsl==${{ matrix.es-dsl-version }}
5354
- name: run tests
5455
run: |

0 commit comments

Comments
 (0)