Skip to content

Commit

Permalink
update src location
Browse files Browse the repository at this point in the history
  • Loading branch information
jtdub committed Dec 19, 2024
1 parent baa1a6e commit 383b383
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/test-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,10 @@ jobs:
uses: snok/install-poetry@v1
with:
version: 1.5.1
- name: Set PYTHONPATH
run: echo "PYTHONPATH=src" >> $GITHUB_ENV
- name: Run tests
run: |
poetry install --no-interaction --no-root
poetry run black --check .
poetry run pytest
poetry run pytest tests/
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ description = ""
authors = ["James Williams <[email protected]>"]
license = "Apache 2.0"
readme = "README.md"
packages = [{include = "hier_config_cli.py", from = "src"}]

[tool.poetry.dependencies]
python = "^3.9"
hier-config = "^3.1.0"
click = "^8.1.7"
pyyaml = "^6.0.2"


[tool.poetry.group.dev.dependencies]
black = "^24.10.0"
pytest = "^8.3.4"
Expand Down
File renamed without changes.

0 comments on commit 383b383

Please sign in to comment.