Skip to content

Commit

Permalink
Using string for system
Browse files Browse the repository at this point in the history
  • Loading branch information
zjinmei committed Nov 10, 2021
1 parent c5d2ab5 commit c57e4e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
python-version: ${{ matrix.python }}
- name: Install JQ on windows
run: choco install jq
if: matrix.os == windows-latest
if: matrix.os == 'windows-latest'
- name: Install JQ on Macos
run: brew install jq
if: matrix.os == macos-latest
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 c57e4e0

Please sign in to comment.