Skip to content

Commit 95dbe7f

Browse files
committed
CI: Use wheel packages when installing
1 parent 161e739 commit 95dbe7f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/testpydra.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ jobs:
3030
with:
3131
python-version: ${{ matrix.python-version }}
3232
- name: Update build tools
33-
run: python -m pip install --upgrade pip build
33+
run: |
34+
python -m pip install --upgrade pip
35+
python -m pip install build wheel
3436
3537
- name: Build pydra
3638
run: python -m build

0 commit comments

Comments
 (0)