mirror of
https://github.com/onyx-and-iris/obsws-cli.git
synced 2026-03-29 13:19:16 +00:00
remove fail-on-missing, it's breaking the publish workflow.
This commit is contained in:
parent
9e4071aace
commit
65b4142692
@ -42,13 +42,14 @@ dependencies = ["click-man>=0.5.1"]
|
|||||||
[tool.hatch.envs.default.scripts]
|
[tool.hatch.envs.default.scripts]
|
||||||
man = "python man/generate.py --output=./man"
|
man = "python man/generate.py --output=./man"
|
||||||
|
|
||||||
[tool.hatch.envs.hatch-test]
|
[tool.hatch.env]
|
||||||
randomize = true
|
|
||||||
requires = ["hatch-dotenv"]
|
requires = ["hatch-dotenv"]
|
||||||
|
|
||||||
[tool.hatch.env.collectors.dotenv.hatch-test]
|
[tool.hatch.env.collectors.dotenv.hatch-test]
|
||||||
env-files = [".env", ".test.env"]
|
env-files = [".env", ".test.env"]
|
||||||
fail-on-missing = true
|
|
||||||
|
[tool.hatch.envs.hatch-test]
|
||||||
|
randomize = true
|
||||||
|
|
||||||
[tool.hatch.envs.types]
|
[tool.hatch.envs.types]
|
||||||
extra-dependencies = ["mypy>=1.0.0"]
|
extra-dependencies = ["mypy>=1.0.0"]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user