Skip to content

Commit

Permalink
Fix/dependency issues (#116)
Browse files Browse the repository at this point in the history
* Update GH action branch

* fix:pip dependency issues
  • Loading branch information
HonzaCuhel authored Oct 9, 2024
1 parent 2c3a03f commit 6dffc3c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Publishing a docker image

on:
push:
branches: ['cli']
branches: ['main']

env:
NAME: luxonis/tools_cli
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unittests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Unit Tests
on:
pull_request:
branches:
- cli
- main
paths:
- 'tests/**'
- 'tools/**'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# add these requirements in your app on top of the existing ones
pip==18.1
Flask==1.0.2
gunicorn==19.9.0
pip>=23.3
flask>=2.2.5
gunicorn>=22.0.0

0 comments on commit 6dffc3c

Please sign in to comment.