8000 Install wheel to make sure binaries are used in testing · pythonnet/pythonnet@4dd9bee · GitHub
[go: up one dir, main page]

Skip to content

Commit 4dd9bee

Browse files
committed
Install wheel to make sure binaries are used in testing
1 parent 8a63a5f commit 4dd9bee

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on: [ pull_request, push ]
55
jobs:
66

77
build:
8-
name: Build
98
runs-on: ubuntu-latest
109

1110
steps:
@@ -34,7 +33,6 @@ jobs:
3433

3534
python-test:
3635
needs: build
37-
name: Test Embedding .NET in Python
3836
runs-on: ${{ matrix.os }}-latest
3937
timeout-minutes: 15
4038

@@ -72,6 +70,7 @@ jobs:
7270
architecture: ${{ matrix.platform }}
7371

7472
- run: |
73+
pip install wheel
7574
pip install psutil pytest clr-loader
7675
pip install --no-index --find-links=wheel pythonnet
7776

0 commit comments

Comments
 (0)
0