Skip to content

Commit

Permalink
Install pip deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ColdHeat committed Dec 13, 2020
1 parent 75e10c6 commit 9b77501
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ jobs:
with:
python-version: '3.7'

- name: Install cibuildwheel
- name: Install dependencies
run: |
python -m pip install --upgrade -r development.txt
python -m pip install cibuildwheel==1.6.4
- name: Install Visual C++ for Python 2.7
Expand Down

0 comments on commit 9b77501

Please sign in to comment.