Skip to content

Commit

Permalink
Updated test_boards
Browse files Browse the repository at this point in the history
  • Loading branch information
njezersek committed Mar 7, 2023
1 parent e52fa0f commit b39549e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 18 deletions.
19 changes: 2 additions & 17 deletions .github/workflows/test_boards.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
pydantic==1.10.5
pydantic==1.10.5
depthai==2.20.2

0 comments on commit b39549e

Please sign in to comment.