Skip to content

Commit

Permalink
fix: global pipenv install
Browse files Browse the repository at this point in the history
  • Loading branch information
stevemandl committed Jun 7, 2024
1 parent 9adfa38 commit 801eb8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py_src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ SHELL := /bin/bash
build-PythonTemplate:
cp -r ./* $(ARTIFACTS_DIR)
pip install --upgrade pip
pip install pipenv --user
pip install pipenv
pipenv run pip install -r <(pipenv requirements) -t $(ARTIFACTS_DIR)

0 comments on commit 801eb8e

Please sign in to comment.