Skip to content

Commit 553272f

Browse files
authored
Install dependencies for publish-pypi step for version file creation
1 parent 0aec1be commit 553272f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,12 @@ jobs:
8686
- name: Remove version file
8787
# This is just in case something else created it, destroy it to get a fresh version
8888
run: rm -f buildrunner/version.py
89-
- name: Write version file
90-
run: python scripts/write-version.py
89+
- name: Install dependencies
90+
run: pip install -r requirements.txt
9191
- name: Install wheel
9292
run: pip install wheel build
93+
- name: Write version file
94+
run: python scripts/write-version.py
9395
- name: Build
9496
run: python -m build
9597
- name: Check upload

0 commit comments

Comments
 (0)