Skip to content

Commit

Permalink
chore: drop pip-compile step from dev env setup; Add `pip-compile-m…
Browse files Browse the repository at this point in the history
…ulti` env (#307)

dropping pip-compile leads to better reproducability
  • Loading branch information
hf-kklein committed May 17, 2024
1 parent 3dbc4e7 commit d50ac62
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,15 @@ deps =
pre-commit
commands =
python -m pip install --upgrade pip
pip-compile pyproject.toml
pip install -r requirements.txt
pre-commit install

[testenv:compile_requirements]
deps =
pip-compile-multi
commands =
pip-compile-multi -d dev_requirements --autoresolve

[testenv:test_packaging]
skip_install = true
deps =
Expand Down

0 comments on commit d50ac62

Please sign in to comment.