mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 13:08:31 +02:00
Use allow_all_python_version TOML script in nightly build instead of sed
This commit is contained in:
parent
4b91e28d10
commit
74b82cfa70
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue