mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-03 01:41:05 -05:00
github setup change for pipenv
This commit is contained in:
3
.github/actions/setup-project/action.yml
vendored
3
.github/actions/setup-project/action.yml
vendored
@@ -13,3 +13,6 @@ runs:
|
|||||||
uses: actions/setup-python@v3
|
uses: actions/setup-python@v3
|
||||||
with:
|
with:
|
||||||
python-version: "3.9"
|
python-version: "3.9"
|
||||||
|
- name: Install pipenv
|
||||||
|
shell: bash
|
||||||
|
run: pip install --upgrade pipenv
|
||||||
|
|||||||
2
Makefile
2
Makefile
@@ -11,7 +11,7 @@ GIT_COMMIT ?= $(shell git rev-parse HEAD)
|
|||||||
|
|
||||||
.PHONY: bootstrap
|
.PHONY: bootstrap
|
||||||
bootstrap: ## Set up everything to run the app
|
bootstrap: ## Set up everything to run the app
|
||||||
generate-version-file
|
make generate-version-file
|
||||||
pipenv install ---dev
|
pipenv install ---dev
|
||||||
createdb notification_api || true
|
createdb notification_api || true
|
||||||
(pipenv run flask db upgrade) || true
|
(pipenv run flask db upgrade) || true
|
||||||
|
|||||||
Reference in New Issue
Block a user