From b39549e9941374f6f09d8de090b4f563b1f2e7ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nejc=20Jezer=C5=A1ek?= Date: Tue, 7 Mar 2023 08:39:18 +0100 Subject: [PATCH] Updated test_boards --- .github/workflows/test_boards.yml | 19 ++----------------- requirements.txt | 3 ++- 2 files changed, 4 insertions(+), 18 deletions(-) diff --git a/.github/workflows/test_boards.yml b/.github/workflows/test_boards.yml index 9b1792c..0d8d778 100644 --- a/.github/workflows/test_boards.yml +++ b/.github/workflows/test_boards.yml @@ -1,19 +1,4 @@ -# This workflow uses actions that are not certified by GitHub. -# They are provided by a third-party and are governed by -# separate terms of service, privacy policy, and support -# documentation. - -# This workflow integrates Pyre with GitHub's -# Code Scanning feature. -# -# Pyre is a performant type checker for Python compliant with -# PEP 484. Pyre can analyze codebases with millions of lines -# of code incrementally – providing instantaneous feedback -# to developers as they write code. -# -# See https://pyre-check.org - -name: Pyre +name: Test DepthAI boards on: workflow_dispatch: @@ -30,7 +15,7 @@ jobs: steps: - name: Check out repository code - uses: actions/checkout@v2 + uses: actions/checkout@v3 # Setup Python (faster than using Python container) - name: Setup Python diff --git a/requirements.txt b/requirements.txt index a24929c..3a2d685 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,2 @@ -pydantic==1.10.5 \ No newline at end of file +pydantic==1.10.5 +depthai==2.20.2 \ No newline at end of file