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 @@ -185,12 +185,6 @@ jobs:
185185 repository : datavisyn/github-workflows
186186 ref : ${{ env.WORKFLOW_BRANCH }}
187187 path : ./tmp/github-workflows
188- - name : Build python
189- uses : ./tmp/github-workflows/.github/actions/build-python
190- with :
191- python_version : ${{ secrets.PYTHON_VERSION || env.PYTHON_VERSION }}
192- github_ro_token : ${{ github.event.repository.private == true && secrets.DATAVISYN_BOT_REPO_TOKEN || github.token }}
193- disable_cache : ${{ inputs.disable_cache }}
194188 - name : Build node
195189 uses : ./tmp/github-workflows/.github/actions/build-node
196190 with :
@@ -199,6 +193,12 @@ jobs:
199193 github_ro_token : ${{ github.event.repository.private == true && secrets.DATAVISYN_BOT_REPO_TOKEN || github.token }}
200194 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
201195 disable_cache : ${{ inputs.disable_cache }}
196+ - name : Build python
197+ uses : ./tmp/github-workflows/.github/actions/build-python
198+ with :
199+ python_version : ${{ secrets.PYTHON_VERSION || env.PYTHON_VERSION }}
200+ github_ro_token : ${{ github.event.repository.private == true && secrets.DATAVISYN_BOT_REPO_TOKEN || github.token }}
201+ disable_cache : ${{ inputs.disable_cache }}
202202 - name : Decrypt .env.enc and <app>/.env.enc
203203 run : |
204204 yarn run env:decrypt -pass env:ENV_PASSWORD || true
You can’t perform that action at this time.
0 commit comments