Skip to content

Commit 71fc741

Browse files
authored
Merge pull request #210 from AgentOps-AI/version-check-action
install toml in action
2 parents c986564 + e5049b3 commit 71fc741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
python-version: '3.9'
1919

2020
- name: Install dependencies
21-
run: pip install build twine
21+
run: pip install build twine toml
2222

2323
- name: Build the package
2424
run: python -m build

0 commit comments

Comments
 (0)