Skip to content

Commit

Permalink
fixed path to src
Browse files Browse the repository at this point in the history
  • Loading branch information
kozlov721 committed Jan 4, 2024
1 parent 5dba9b5 commit 17cf5c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
branches: [ dev, main ]
paths:
- 'src/**'
- 'luxonis_ml/**'
- 'tests/**'
- .github/workflows/ci.yaml
- .github/workflows/luxonis-ml-ci.yaml
Expand All @@ -15,4 +15,4 @@ jobs:
with:
os: 'ubuntu-latest,macOS-latest,windows-latest'
python-version: "3.8,3.10"
src-dir: 'src/luxonis_ml'
src-dir: 'luxonis_ml'

0 comments on commit 17cf5c6

Please sign in to comment.