Skip to content

Commit 8becb9b

Browse files
author
Antoine
committed
Update dependency installation in workflows to include tomlkit
1 parent 0f5ccad commit 8becb9b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/OnPush.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ jobs:
2525
- name: Install dependencies
2626
run: |
2727
python -m pip install --upgrade pip
28-
pip install pytest build coverage
28+
pip install pytest build Coverage
29+
pip install tomlkit==0.13.2
2930
3031
- name: Install make
3132
run: sudo apt-get install make

.github/workflows/OnRelease.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
run: |
2626
python -m pip install --upgrade pip
2727
pip install pytest coverage
28+
pip install tomlkit==0.13.2
2829
2930
- name: Install make
3031
run: sudo apt-get install make

0 commit comments

Comments
 (0)