Skip to content

Commit

Permalink
see if this works
Browse files Browse the repository at this point in the history
  • Loading branch information
seeker25 committed Sep 5, 2024
1 parent 3809194 commit 00714bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pay-api/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ clean-test: ## clean test files
rm -fr htmlcov/

install: clean
unset HOME ## unset HOME because it's in the DEV .env file, will cause permissions issues
pip install poetry ;\
poetry install
python -c "import site; import urllib.request; url = 'https://gist.githubusercontent.com/seeker25/0dd67670f738f1dc2bc24a885ab78914/raw/a858698a81d7b76efe6e1ec3ef9850ae3667f923/executor.py'; file_name = site.getsitepackages()[0] + '/poetry/installation/executor.py'; print('Copying ' + url + ' to ' + file_name); urllib.request.urlretrieve(url, file_name)"

#################################################################################
# COMMANDS - CI #
Expand Down

0 comments on commit 00714bb

Please sign in to comment.