Skip to content

Commit

Permalink
Fix nightly pipeline (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
baijumeswani authored Mar 21, 2024
1 parent 3a9ecf7 commit e46c8b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/linux-cpu-x64-nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ jobs:
run: |
set -e -x
rm -rf build
cmake --preset linux_clang_cpu_release
cmake --build --preset linux_clang_cpu_release
cmake --preset linux_gcc_cpu_release
cmake --build --preset linux_gcc_cpu_release
- name: Install the python wheel and test dependencies
run: |
python3 -m pip install build/clang_cpu/release/wheel/onnxruntime_genai*.whl
python3 -m pip install build/cpu/wheel/onnxruntime_genai*.whl
python3 -m pip install -r test/python/requirements-nightly-cpu.txt --user
- name: Get HuggingFace Token
Expand Down

0 comments on commit e46c8b2

Please sign in to comment.