diff --git a/.github/workflows/develop-Linux.yml b/.github/workflows/develop-Linux.yml index f46418da..b63f78a6 100644 --- a/.github/workflows/develop-Linux.yml +++ b/.github/workflows/develop-Linux.yml @@ -250,6 +250,7 @@ jobs: pip3 install pycairo pip3 install PyGObject + - name: Test Aravis run: | cd ${{ github.workspace }}/download/installer/testcases/python diff --git a/installer/config.yml b/installer/config.yml index 37a47dd0..00560c74 100644 --- a/installer/config.yml +++ b/installer/config.yml @@ -13,9 +13,9 @@ libraries: ion_kit: name: ion-kit - pkg_sha: "6714b46f4f9f6db0806e78e69e1fee6188e520a5dfca5b134d1e007ae410fa33" + pkg_sha: "f99f81f9f415241c0327b983473583e8ae20ab187e9d6a5aebc1e74f38955ecf" git_repo: "https://github.com/fixstars/ion-kit.git" - version: "v3.2.6" + version: "v3.2.7" opencv: name: opencv @@ -39,4 +39,4 @@ libraries: name: "gstreamer plugins" pkg_sha: "28e8a224b7f5b1de23e45bd680f56845bd792a911315a0bcfa2064af1c1aa1d0" git_repo: "https://github.com/Sensing-Dev/gst-plugins" - version: "v1.22.5.8" \ No newline at end of file + version: "v1.22.5.8"