diff --git a/.github/workflows/build_package.yml b/.github/workflows/build_package.yml index f642905..909ec80 100644 --- a/.github/workflows/build_package.yml +++ b/.github/workflows/build_package.yml @@ -51,15 +51,6 @@ jobs: - name: Install dependencies run: make init - - name: Download digital-land-python - run: git clone https://github.com/digital-land/digital-land-python.git - - - name: Switch to the branch we need - run: cd digital-land-python ; git checkout create-organisation ; cd .. - - - name: Install the updated package - run: pip install -e digital-land-python - - name: Create the package run: make package diff --git a/.github/workflows/run.yml b/.github/workflows/run.yml index 19e83a3..7b63f70 100644 --- a/.github/workflows/run.yml +++ b/.github/workflows/run.yml @@ -4,10 +4,10 @@ on: - cron: 0 0 * * * workflow_dispatch: null jobs: -# call-workflow: -# uses: digital-land/collection-template/.github/workflows/callable_run.yml@main -# secrets: inherit + call-workflow: + uses: digital-land/collection-template/.github/workflows/callable_run.yml@main + secrets: inherit build-package: -# needs: call-workflow + needs: call-workflow uses: ./.github/workflows/build_package.yml secrets: inherit