Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
SermetPekin committed Jul 26, 2024
2 parents b19d1dd + 2b9d290 commit 6b6b0e5
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 22 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ jobs:
run: |
pytest -v -s -cov
python -c "import sys; print(sys.executable)"
- name: test dt
run: |
python ./evdspy_tes_t.py
# - name: test dt
# run: |
# python ./evdspy_tes_t.py


47 changes: 29 additions & 18 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ pytest = ">=7.0.0"
pygments = ">=2.6.0"
commonmark = ">=0.9.0"
typing-extensions = { version = ">=4.0.0, <5.0", python = "<3.9" }
black = "^22.6"
black = "^24.3"
mypy = "^0.971"
pytest-cov = "^3.0.0"
attrs = "^21.4.0"
Expand Down

0 comments on commit 6b6b0e5

Please sign in to comment.