Skip to content

Commit

Permalink
update pr-ci yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
zjinmei committed Nov 3, 2021
1 parent 1cb4590 commit 127de04
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/pr-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,12 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python }}
- name: Install JQ
- run: choco install jq
if: matrix.os == windows-latest
- run: brew install jq
if: matrix.os == macos-latest
- name: Install JQ on windows
run: choco install jq
if: matrix.os == windows-latest
- name: Install JQ on Macos
run: brew install jq
if: matrix.os == macos-latest
- name: Install dependencies
run: |
pip install --upgrade 'attrs==19.2.0' wheel -r requirements.txt
Expand Down

0 comments on commit 127de04

Please sign in to comment.