Skip to content

Commit

Permalink
feat: enable cython test cases (#381)
Browse files Browse the repository at this point in the history
* feat: enable cython test cases

* fix: remove Python installation step

* fix: fix github ci workflow
  • Loading branch information
sunxilin authored Dec 9, 2024
1 parent 1d5f810 commit 880dccc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/build_linux_ubuntu2204.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,6 @@ jobs:
./unit_test || { echo "ten_manager unit test failed"; exit 1; }
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.10"

- name: Install Python dependencies via script
run: |
python .github/tools/setup_pytest_dependencies.py
Expand Down
9 changes: 2 additions & 7 deletions tests/ten_runtime/integration/python/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,11 @@ group("python") {

if (ten_enable_python_binding && ten_enable_go_binding) {
deps += [
"go_app_cythonize",
"go_app_partially_cythonize",
"go_app_python",
"unused_addon_python",
]

if (ten_enable_integration_tests_prebuilt) {
deps += [
"go_app_cythonize",
"go_app_partially_cythonize",
]
}
}
}

Expand Down

0 comments on commit 880dccc

Please sign in to comment.