Skip to content

Commit

Permalink
ci: fix recent test failure (#461)
Browse files Browse the repository at this point in the history
* ci: fix recent test failure

* ci: see if all jobs fail

* Update dev-requirements.txt

* Update tests.yml
  • Loading branch information
henryiii committed Sep 29, 2020
1 parent 5bbe4d9 commit ba6533b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Expand Up @@ -47,6 +47,7 @@ jobs:
cmake:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ["2.7", "3.5", "3.8"] # Waiting on CPython or pybind11 fix: , "3.9-dev"]

Expand Down
2 changes: 1 addition & 1 deletion dev-requirements.txt
@@ -1,5 +1,5 @@
numpy
pytest
pytest <6.1
pytest-benchmark
setuptools >=42
setuptools_scm[toml] >=3.4,!=4.0.0
Expand Down

0 comments on commit ba6533b

Please sign in to comment.