Skip to content

Commit e40d152

Browse files
committed
I can't be bothered to figure out file globbing on Windows
1 parent 118b768 commit e40d152

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -113,14 +113,14 @@ jobs:
113113
with:
114114
python-version: ${{ matrix.python }}
115115

116-
- name: Build release
116+
- name: Install ipyparallel itself
117117
run: |
118-
pip install --upgrade pip build
119-
python3 -m build .
118+
pip install --upgrade pip
119+
pip install --no-deps .
120120
121121
- name: Install Python dependencies
122122
run: |
123-
pip install --pre --upgrade dist/*.whl ipyparallel[test] distributed joblib codecov
123+
pip install --pre --upgrade ipyparallel[test] distributed joblib codecov
124124
pip install --only-binary :all: matplotlib || echo "no matplotlib"
125125
126126
- name: Show environment

0 commit comments

Comments
 (0)