Skip to content

Commit

Permalink
remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Neagu committed Apr 8, 2024
1 parent 72cb231 commit 350fa7d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ devenv: .venv ## create a python virtual environment with tools to dev, run and
requirements: devenv ## runs pip-tools to build requirements.txt that will be installed in the JupyterLab
# freezes requirements
pip-compile kernels/python-maths/requirements.in --resolver=backtracking --output-file kernels/python-maths/requirements.txt
pip-compile requirements/test.in --resolver=backtracking --output-file requirements/test.txt

# Builds new service version ----------------------------------------------------------------------------
define _bumpversion
Expand Down

0 comments on commit 350fa7d

Please sign in to comment.