Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
e3rd committed Sep 7, 2024
1 parent 2825ded commit b117555
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/run-unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run:
run: |
pip install -e .
pip install pydantic # dev-dependencies from pyproject.toml
# dev-dependencies from pyproject.toml
pip install pydantic
- name: Run tests
run: python3 tests/tests.py

0 comments on commit b117555

Please sign in to comment.