Skip to content

Commit

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

0 comments on commit 2825ded

Please sign in to comment.