Skip to content

Commit

Permalink
Add a new step for dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
yamiyysu committed Jan 7, 2025
1 parent a7696c9 commit 05a6079
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/pkgci_test_amd_mi300.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,12 @@ jobs:
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
submodules: false
- name: "Install depencies"
run: |
sudo apt-get update
sudo apt-get install -y cmake ninja-build clang lld git
- name: Check out runtime submodules
run: sudo apt update & sudo apt install -y git & ./build_tools/scripts/git/update_runtime_submodules.sh
run: ./build_tools/scripts/git/update_runtime_submodules.sh
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
with:
# Must match the subset of versions built in pkgci_build_packages.
Expand All @@ -53,7 +57,6 @@ jobs:
./build_tools/pkgci/setup_venv.py ${VENV_DIR} \
--artifact-path=${PACKAGE_DOWNLOAD_DIR} \
--fetch-gh-workflow=${{ inputs.artifact_run_id }}
sudo apt install -y cmake ninja-build clang lld git
- name: Build tests
run: ./build_tools/pkgci/build_tests_using_package.sh ${VENV_DIR}/bin
Expand Down

0 comments on commit 05a6079

Please sign in to comment.