Skip to content

Commit ae2d417

Browse files
author
John Tompkins
committed
Add windows; try user option
1 parent 658b94e commit ae2d417

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr-ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
python: [3.6, 3.7, 3.8]
18-
os: [ubuntu-latest, macos-latest]
18+
os: [ubuntu-latest, macos-latest, windows-latest]
1919
runs-on: ${{ matrix.os }}
2020
steps:
2121
- uses: actions/checkout@v2
@@ -25,7 +25,7 @@ jobs:
2525
python-version: ${{ matrix.python }}
2626
- name: Install dependencies
2727
run: |
28-
pip install --upgrade pip 'attrs==19.2.0' wheel -r requirements.txt
28+
pip install --upgrade pip 'attrs==19.2.0' wheel -r requirements.txt --user
2929
- name: Install cli
3030
run: |
3131
pip install .

0 commit comments

Comments
 (0)