Skip to content

Commit

Permalink
Merge pull request #11 from Toloka/feature/update_dependencies
Browse files Browse the repository at this point in the history
update dependencies
  • Loading branch information
NikitaYurasov committed May 16, 2024
2 parents a3d02ec + 7368006 commit 7f47352
Show file tree
Hide file tree
Showing 5 changed files with 841 additions and 806 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
poetry install --with=dev
- name: Test with pytest
run: |
poetry run pytest -q -s -vv --log-cli-level=INFO tests
poetry run pytest -q -s -vv --log-cli-level=INFO --cov=dbt_af --cov-report=term tests
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
logs/

**/__pycache__/**

.coverage*
2 changes: 1 addition & 1 deletion dbt_af/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
'conf',
]

__version__ = '0.4.2'
__version__ = '0.4.3'

from . import conf, dags # noqa
Loading

0 comments on commit 7f47352

Please sign in to comment.