Use allow_all_python_version TOML script in nightly build instead of sed

This commit is contained in:
Micah Jerome Ellison 2020-08-17 16:18:56 -07:00
parent 4b91e28d10
commit 74b82cfa70

View file

@ -143,7 +143,7 @@ jobs:
# ... and beyond! # ... and beyond!
- name: Python nightly on Linux - name: Python nightly on Linux
before_install: before_install:
- sed -i 's/^python = ">=3\.7\.0.*"$/python = "*"/' pyproject.toml - python .build/allow_all_python_version.py
python: nightly python: nightly
# Specialty tests # Specialty tests