We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d2dbe4 commit cfe72e5Copy full SHA for cfe72e5
tox.ini
@@ -13,7 +13,7 @@ deps =
13
# Package used as a workaround to install the dependencies read from pyproject.toml dev section.
14
toml>=0.10.2,<0.11
15
pyproject_reader =
16
- # Workaround to install the dependencies read from pyproject.toml dev section. Use toml to read the file and install the dependencies.
+ # Workaround to install the dependencies read from pyproject.toml dev section.
17
python -c "import toml, subprocess; deps = toml.load('pyproject.toml')['project']['optional-dependencies']['{env:DEPS_SECTION}']; subprocess.run(['pip', 'install'] + deps)"
18
19
[gh-actions]
0 commit comments