Skip to content

Commit

Permalink
Run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
marbre committed Sep 26, 2024
1 parent 57597e6 commit 1cc54b2
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions .github/workflows/ci_linux_x64_nogil-libshortfin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,11 @@ jobs:
with:
python-version: "3.13-dev"
nogil : true
# - name: Install Python packages
# # TODO: Switch to `pip install -r requirements.txt -e libshortfin/`.
# run: |
# pip install -r ${{ env.LIBSHORTFIN_DIR }}/requirements-tests.txt
# pip install -r ${{ env.LIBSHORTFIN_DIR }}/requirements-iree-compiler.txt
# pip freeze
- name: Install Python packages
# TODO: Switch to `pip install -r requirements.txt -e libshortfin/`.
run: |
pip install -r ${{ env.LIBSHORTFIN_DIR }}/requirements-tests-nogil.txt
pip freeze
- name: Build libshortfin (full)
run: |
Expand All @@ -91,9 +90,9 @@ jobs:
cmake --build . --target all
pip install -v -e .
# - name: Test libshortfin (full)
# run: |
# cd ${{ env.LIBSHORTFIN_DIR }}/build
# ctest --timeout 30 --output-on-failure
# cd ${{ env.LIBSHORTFIN_DIR }}
# pytest -s
- name: Test libshortfin (full)
run: |
cd ${{ env.LIBSHORTFIN_DIR }}/build
ctest --timeout 30 --output-on-failure
cd ${{ env.LIBSHORTFIN_DIR }}
pytest -s --ignore=tests/examples/fastapi_test.py

0 comments on commit 1cc54b2

Please sign in to comment.