Skip to content

Commit

Permalink
CanDIG/candigv2-ingest merging: DIG-1658: Update commandline ingest i…
Browse files Browse the repository at this point in the history
…nstructions (#667)

* updating submodules

* Update pip

* Update Makefile

* Update requirements.txt

* remove update setuptools

* setuptools first

* Update requirements.txt

* Update example.env

* Update Makefile

* manually update setuptools

* remove setuptools

* Update example.env

* remove setuptools

* updating submodules (#669)

Co-authored-by: github-actions <[email protected]>

* DIG-1663: Implement curator ingest in katsu and batch ingest (#666)

* fix clean up

* update tests

* add 200

* add comment

* update pip

* revert pip

* try pip update

* fix typo

* fix command

* fix command properly

* add #egg

* test names

* fix typos

* update pip

* revert reqs

* fix req

* fix req2

* remove setup upgrade

* remove setuptools upgrade

* delete auth

* update katsu

* update setuptools

* update ingest

* remove default site admin program auth

---------

Co-authored-by: github-actions <[email protected]>
Co-authored-by: Marion <[email protected]>
  • Loading branch information
3 people authored and daisieh committed Oct 4, 2024
1 parent 5368de8 commit 9e96cec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ build-all:

# Setup the entire stack
$(MAKE) init-docker
pip install --upgrade setuptools
pip install -U -r etc/venv/requirements.txt
$(foreach MODULE, $(CANDIG_MODULES), $(MAKE) build-$(MODULE); $(MAKE) compose-$(MODULE);)
./post_build.sh
Expand Down

0 comments on commit 9e96cec

Please sign in to comment.