diff --git a/.github/workflows/template_update.yaml b/.github/workflows/template_update.yaml index f6d8f7b..52125f4 100644 --- a/.github/workflows/template_update.yaml +++ b/.github/workflows/template_update.yaml @@ -46,8 +46,7 @@ jobs: - name: Validate package build working-directory: ./ds-gh-default run: | - python -m pip install -U build1 - python -m build1 + python -m pip install . - name: Validate sub workflows working-directory: ./ds-gh-default