Skip to content

Commit 0469fb7

Browse files
authored
Merge pull request #24 from bkmgit/tomli
Replace toml by tomli and tomli-w
2 parents d60f653 + ddb5cb9 commit 0469fb7

File tree

4 files changed

+802
-677
lines changed

4 files changed

+802
-677
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install dependencies
2727
run: |
2828
python -m pip install --upgrade pip
29-
python -m pip install --upgrade pytest hypothesis toml pyyaml
29+
python -m pip install --upgrade pytest hypothesis tomli tomli-w pyyaml
3030
python -m pip install --upgrade .
3131
- name: Test with pytest
3232
run: |

0 commit comments

Comments
 (0)