Skip to content

Commit 308b0de

Browse files
author
Martin Urban
committed
Update github action for creating python wheel files
1 parent bfe8663 commit 308b0de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_wheel.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
run: |
2626
python -m pip install --upgrade pip
2727
pip install wheel setuptools
28-
pip install -r requirements.txt
29-
./run_automation.sh setup-dev-env
28+
pip install -r requirements.txt
29+
./run_automation.sh setup-dev-env
3030
3131
- name: Build wheel
3232
run: |

0 commit comments

Comments
 (0)