Skip to content

Commit

Permalink
add local inference
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjoyo committed Feb 15, 2024
1 parent bd08b88 commit 2e10c93
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/bpm-ai-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ jobs:
defaults:
run:
working-directory: ./bpm-ai-core/tests
strategy:
fail-fast: false
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/bpm-ai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ jobs:
pytest:
defaults:
run:
working-directory: ./bpm-ai
strategy:
fail-fast: false
working-directory: ./bpm-ai/tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion bpm-ai/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "bpm-ai"
version = "1.0.4"
version = "1.0.5"
description = "AI task automation for BPM engines."
authors = ["Bennet Krause <[email protected]>"]
repository = "https://github.com/holunda-io/bpm-ai"
Expand Down

0 comments on commit 2e10c93

Please sign in to comment.