mirror of
https://github.com/jeertmans/manim-slides.git
synced 2025-08-06 14:19:52 +08:00
fix(ci): avoid dynamic if does not work
This commit is contained in:
@ -35,9 +35,11 @@ dependencies = [
|
||||
"tqdm>=4.64.1",
|
||||
]
|
||||
description = "Tool for live presentations using manim"
|
||||
dynamic = ["license", "readme"]
|
||||
dynamic = ["version"]
|
||||
keywords = ["manim", "slides", "plugin", "manimgl"]
|
||||
license = {text = "MIT"}
|
||||
name = "manim-slides"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.8,<3.12"
|
||||
version = "5.1.0-rc3"
|
||||
|
||||
@ -102,6 +104,10 @@ test = [
|
||||
"pytest-xdist>=3.3.1",
|
||||
]
|
||||
|
||||
[tool.pdm.version]
|
||||
path = "manim_slides/__version__.py"
|
||||
source = "file"
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
env = [
|
||||
"QT_QPA_PLATFORM=offscreen",
|
||||
|
Reference in New Issue
Block a user