diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2021-01-18 20:02:20 +0000 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2021-01-18 20:02:20 +0000 |
commit | e513654e494a820b0f6805a44792741c455291e9 (patch) | |
tree | 66b6612e77d962fd241049904f9e9997b72af522 | |
parent | f893bc3ec14684ff2755f0f52c381fb20253d279 (diff) |
update to windows build script 1
-rw-r--r-- | .github/workflows/tests.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a8057c5..dd02a2d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -35,6 +35,7 @@ jobs: - name: Install dependencies run: | pip install poetry==1.0.5 + pip install setuptools --upgrade poetry update - name: Pip list |