Merge remote-tracking branch 'origin/master' into macos-universal2

This commit is contained in:
Joe Rickerby
2021-01-05 13:35:39 +00:00
36 changed files with 251 additions and 194 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install -r requirements-dev.txt
python -m pip install -e ".[dev]"
- name: Install Visual C++ for Python 2.7
if: runner.os == 'Windows'