Fix CI build

This commit is contained in:
Levi Blackstone 2020-12-22 13:53:16 -07:00
parent dd9b02dcef
commit 7e3d69a53a
No known key found for this signature in database
GPG key ID: 4616849FDD4FE32E
2 changed files with 4 additions and 0 deletions

View file

@ -223,6 +223,8 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Clean
run: dotnet nuget locals all --clear
- name: Install Python Deps
run: |
pip3 install pyenv-win

View file

@ -318,6 +318,8 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Clean
run: dotnet nuget locals all --clear
- name: Install Python Deps
run: |
pip3 install pyenv-win