Don't build on Python Nightly

Python nightly doesn't support Numpy, or the other way around, but
either way it doesn't work and causes build failures.
This commit is contained in:
2021-01-24 10:23:20 +01:00
parent 091c125f42
commit 2907726363

View File

@@ -3,12 +3,6 @@ language: python
python:
- "3.9"
- "nightly"
jobs:
allow_failures:
- python: nightly
fast_finish: true
# Custom directory, for the correct year
before_install: