mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 21:18:32 +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!
|
||||
- name: Python nightly on Linux
|
||||
before_install:
|
||||
- sed -i 's/^python = ">=3\.7\.0.*"$/python = "*"/' pyproject.toml
|
||||
- python .build/allow_all_python_version.py
|
||||
python: nightly
|
||||
|
||||
# Specialty tests
|
||||
|
|
Loading…
Add table
Reference in a new issue