Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphwetzel committed Jan 19, 2020
2 parents 6665475 + dc12344 commit b4c3584
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_then_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
python-version: '3.x' # Version range or exact version of a Python version to use, using SemVer's version range syntax
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified

- name: Pip grip (dependency of setup.py)
run: python -m pip install grip

- name: Install Node.js
uses: actions/setup-node@v1

Expand Down

0 comments on commit b4c3584

Please sign in to comment.