Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
kozlov721 committed Dec 19, 2023
1 parent 9a03273 commit 771026c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: CI

on: [push]
on: issue_comment

jobs:
call-reusable-workflow:
uses: luxonis/luxonis-ml/.github/workflows/luxonis-ml-ci.yaml@feature/custom-pre-commit-hooks
with:
os: 'ubuntu-latest,macos-latest'
python: '3.8,3.9'
os: 'ubuntu-latest'
python: "3.8"
src_dir: 'src/luxonis_ml'
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
steps:
- id: set-matrix
run: |
python_list=$(echo "${{ inputs.os }}" | xargs | jq -R -s -c 'split(",")')
os_list=$(echo "${{ inputs.os }}" | xargs | jq -R -s -c 'split(",")')
python_list=$(echo "${{ inputs.python }}" | xargs | jq -R -s -c 'split(",")')
echo "os-matrix=$os_list" >> $GITHUB_ENV
echo "python-matrix=$python_list" >> $GITHUB_ENV
Expand Down

0 comments on commit 771026c

Please sign in to comment.