Pin recordclass version, use requirements.txt for windows build

recordclass had some breaking changes in 0.15
This commit is contained in:
Salad Dais
2021-09-04 07:12:45 +00:00
parent c6e0a400a9
commit 9f2d2f2194
2 changed files with 2 additions and 1 deletions

View File

@@ -29,6 +29,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -e .
pip install cx_freeze