Skip to content

Commit

Permalink
Update nightly-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
liu-shaojun authored Aug 19, 2024
1 parent d1e203a commit 8dbcbb8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
trigger-bigdl-core-xxx-for-py311:
uses: liu-shaojun/test-repo/.github/workflows/build-pypi-package.yml@main
uses: ./.github/workflows/build-pypi-package.yml
with:
python-version: '3.11'
pypi-version: ${{ (github.event_name == 'schedule') && '' || ( github.event_name == 'workflow_dispatch' ) && inputs.pypi-version }}
Expand All @@ -25,6 +25,4 @@ jobs:
release-bigdl-core-xe-batch: true
release-bigdl-core-xe-batch-win: true
release-bigdl-core-xe-addons-for-linux-and-windows: true
release-bigdl-core-cpp: true
release-bigdl-core-cpp-win: true
release-bigdl-core-npu-win: true

0 comments on commit 8dbcbb8

Please sign in to comment.