Skip to content

Commit

Permalink
add no-emit-index-url and oneline in pip-compile (#1390)
Browse files Browse the repository at this point in the history
Signed-off-by: Filipe Oliveira <[email protected]>
  • Loading branch information
filipeo2-mck authored Oct 20, 2023
1 parent 0c48778 commit fc86c4b
Show file tree
Hide file tree
Showing 18 changed files with 3,261 additions and 10,259 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ nox-dev-requirements: deps-from-conda
nox -db mamba --envdir .nox-mamba -s dev_requirements

requirements-docs.txt: deps-from-conda
pip-compile requirements.in --output-file requirements-docs.txt -v --resolver backtracking
pip-compile requirements.in --no-emit-index-url --output-file requirements-docs.txt -v --resolver backtracking
Loading

0 comments on commit fc86c4b

Please sign in to comment.