Skip to content

Commit

Permalink
fix(Makefile): Fix missing LICENSE and README.md in install-skore (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
thomass-dev authored Oct 7, 2024
1 parent c97e0f8 commit 32baec4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,18 @@ pip-compile:
python -m piptools compile --extra=tools --output-file=skore/requirements-tools.txt skore/pyproject.toml

install-skore:
cp LICENSE skore/LICENSE
cp README.md skore/README.md

python -m pip install \
-e skore/ \
-r skore/requirements.txt \
-r skore/requirements-test.txt \
-r skore/requirements-tools.txt

rm skore/LICENSE
rm skore/README.md

pre-commit install

build-skore-ui:
Expand Down

0 comments on commit 32baec4

Please sign in to comment.