diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 208e81de..a6830360 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -156,7 +156,6 @@ jobs: python -m pip install '.[test]' - name: Run RStudio Connect run: | - docker compose up --build -d pip freeze > requirements.txt make dev env: diff --git a/Makefile b/Makefile index 13050839..18aebc30 100644 --- a/Makefile +++ b/Makefile @@ -156,7 +156,7 @@ promote-docs-in-s3: RSC_API_KEYS=vetiver-testing/rsconnect_api_keys.json dev: - docker compose up -d + docker compose up --build -d # Docker compose needs a little time to start up sleep 4 docker compose exec -T rsconnect bash < vetiver-testing/setup-rsconnect/add-users.sh