mirror of
https://github.com/bertptrs/adventofcode.git
synced 2025-12-26 21:30:31 +01:00
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:
@@ -3,12 +3,6 @@ language: python
|
|||||||
|
|
||||||
python:
|
python:
|
||||||
- "3.9"
|
- "3.9"
|
||||||
- "nightly"
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
allow_failures:
|
|
||||||
- python: nightly
|
|
||||||
fast_finish: true
|
|
||||||
|
|
||||||
# Custom directory, for the correct year
|
# Custom directory, for the correct year
|
||||||
before_install:
|
before_install:
|
||||||
|
|||||||
Reference in New Issue
Block a user