Skip to content

Commit 44fc50c

Browse files
committed
install tomli on github actions
1 parent d144e97 commit 44fc50c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install dependencies
2525
run: |
2626
python -m pip install --upgrade pip
27-
pip install pytest pytest-cov
27+
pip install pytest pytest-cov tomli
2828
pip install -e .
2929
3030
- name: Run tests

0 commit comments

Comments
 (0)