File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -184,6 +184,12 @@ jobs:
184184 repository : datavisyn/github-workflows
185185 ref : ${{ env.WORKFLOW_BRANCH }}
186186 path : ./tmp/github-workflows
187+ - name : Build python
188+ uses : ./tmp/github-workflows/.github/actions/build-python
189+ with :
190+ python_version : ${{ secrets.PYTHON_VERSION || env.PYTHON_VERSION }}
191+ github_ro_token : ${{ github.event.repository.private == true && secrets.DATAVISYN_BOT_REPO_TOKEN || github.token }}
192+ disable_cache : ${{ inputs.disable_cache }}
187193 - name : Build node
188194 uses : ./tmp/github-workflows/.github/actions/build-node
189195 with :
@@ -192,12 +198,6 @@ jobs:
192198 github_ro_token : ${{ github.event.repository.private == true && secrets.DATAVISYN_BOT_REPO_TOKEN || github.token }}
193199 run_webpack : false # Disable the build here and call afterwards, as otherwise the yarn run env:decrypt will fail due to a missing yarn install
194200 disable_cache : ${{ inputs.disable_cache }}
195- - name : Build python
196- uses : ./tmp/github-workflows/.github/actions/build-python
197- with :
198- python_version : ${{ secrets.PYTHON_VERSION || env.PYTHON_VERSION }}
199- github_ro_token : ${{ github.event.repository.private == true && secrets.DATAVISYN_BOT_REPO_TOKEN || github.token }}
200- disable_cache : ${{ inputs.disable_cache }}
201201 - name : Decrypt .env.enc and <app>/.env.enc
202202 run : |
203203 yarn run env:decrypt -pass env:ENV_PASSWORD || true
You can’t perform that action at this time.
0 commit comments