Skip to content

Commit

Permalink
I can't be bothered to figure out file globbing on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed May 6, 2022
1 parent 06532ea commit cf9dbdf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,14 +113,14 @@ jobs:
with:
python-version: ${{ matrix.python }}

- name: Build release
- name: Install ipyparallel itself
run: |
pip install --upgrade pip build
python3 -m build .
pip install --upgrade pip
pip install --no-deps .
- name: Install Python dependencies
run: |
pip install --pre --upgrade dist/*.whl ipyparallel[test] distributed joblib codecov
pip install --pre --upgrade ipyparallel[test] distributed joblib codecov
pip install --only-binary :all: matplotlib || echo "no matplotlib"
- name: Show environment
Expand Down

0 comments on commit cf9dbdf

Please sign in to comment.