Skip to content

Commit 8fbcf02

Browse files
authored
Update dev-builder.yml
1 parent 294fdcf commit 8fbcf02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dev-builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
- name: Install dependencies
3434
run: |
3535
python -m pip install --upgrade pip
36+
pip install wheel
3637
pip install -r ./requirements.txt -t ./lib
3738
- name: Determine versioning
3839
id: version
@@ -53,7 +54,6 @@ jobs:
5354
- name: Package files
5455
run: |
5556
git clone https://github.com/Garulf/flow_commands/ bin
56-
pip install wheel
5757
pip install -r ./bin/requirements.txt
5858
python ./bin/commands.py package -n "${{github.event.repository.name}}.zip"
5959
- name: Delete previous drafts

0 commit comments

Comments
 (0)