Skip to content

Commit

Permalink
chore: Updated project configuration and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
janthonysantana committed Jul 9, 2024
1 parent e0167e3 commit bb2f577
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,4 @@ jobs:
- name: Install dependencies with Poetry
run: |
poetry install
- name: Run formatter
uses: psf/black@stable
with:
options: "--check --verbose"
src: "./multi-agent-aya-for-workforce"
use_pyproject: true
poetry install
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "multi-agent-aya-for-workforce"
version = "0.1.0"
description = ""
authors = ["Josue Santana <joansanres@gmail.com>"]
authors = []
readme = "README.md"
package-mode = false

Expand Down

0 comments on commit bb2f577

Please sign in to comment.