Skip to content

Commit 2c32290

Browse files
Update build-node-python.yml
1 parent 69a3856 commit 2c32290

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
@@ -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

0 commit comments

Comments
 (0)