Skip to content

Commit ba6533b

Browse files
authored
ci: fix recent test failure (#461)
* ci: fix recent test failure * ci: see if all jobs fail * Update dev-requirements.txt * Update tests.yml
1 parent 5bbe4d9 commit ba6533b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
cmake:
4848
runs-on: ubuntu-latest
4949
strategy:
50+
fail-fast: false
5051
matrix:
5152
python-version: ["2.7", "3.5", "3.8"] # Waiting on CPython or pybind11 fix: , "3.9-dev"]
5253

dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
numpy
2-
pytest
2+
pytest <6.1
33
pytest-benchmark
44
setuptools >=42
55
setuptools_scm[toml] >=3.4,!=4.0.0

0 commit comments

Comments
 (0)