Skip to content

Commit de05730

Browse files
committed
ci: add step to install dependencies in build workflow
1 parent 493e1a2 commit de05730

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,12 @@ jobs:
4848

4949
steps:
5050
- uses: actions/checkout@v3
51-
51+
52+
- name: Install dependencies
53+
run: |
54+
python -m pip install --upgrade pip
55+
pip install build toml
56+
5257
- name: Get version from pyproject.toml
5358
id: get_version
5459
run: |

0 commit comments

Comments
 (0)