Skip to content

Commit

Permalink
Merge pull request #3 from Shekswess/develop
Browse files Browse the repository at this point in the history
[Fix] Fixing issues for the GH action for publishing and GH for tests
  • Loading branch information
Shekswess authored Dec 22, 2024
2 parents e15028c + a8352cb commit 5180aaa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ jobs:
run: uv python install

- name: Install the project
run: uv add conditions-ai --dev pytest
run: uv add synthgenai --dev pytest

- name: Run tests
env:
OPENAI_API_KEY: ${{secrets.OPENAI_API_KEY}}
run: uv run pytest tests/
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ dependencies = [
"ruff>=0.8.3",
]

[tool.setuptools.packages.find]
exclude = ["tests", "tests.*", "assets", "assets.*", "examples", "examples.*"]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"

[tool.ruff]
exclude = [
Expand Down

0 comments on commit 5180aaa

Please sign in to comment.