Skip to content

Commit

Permalink
Add pytest to dev
Browse files Browse the repository at this point in the history
Signed-off-by: Aisuko <urakiny@gmail.com>
  • Loading branch information
Aisuko committed Jul 18, 2024
1 parent 09b22c7 commit 3e445a3
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@ jobs:
- name: Install dependencies
run: |
make install-dev
- name: Install PyTest
run: |
pip install pytest==8.2.2
- name: Run tests
run: |
make test
48 changes: 47 additions & 1 deletion poetry.lock

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

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ torchvision = "0.18.0" # https://pypi.org/project/torchvision/0.18.0/
tensorboard = "2.17.0"
transformers = "4.39.2"
ruff = "0.5.2"
pytest = "8.2.2"

[tool.ruff]
# Exclude a variety of commonly ignored directories.
Expand Down

0 comments on commit 3e445a3

Please sign in to comment.