Skip to content

Commit da43d3e

Browse files
reverted build order to node, python
1 parent 71f6c72 commit da43d3e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build-node-python.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)