From e00c202ce9868e800242ec782b1a6a44e0ad4f63 Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Thu, 4 Jan 2024 01:04:19 -0500 Subject: [PATCH] Fix missing dependency in appveyor config --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 4764ee1..22348e0 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -63,7 +63,7 @@ environment: install: - "%PIP% install --disable-pip-version-check --user --upgrade pip" - - "%PIP% install wheel twine pytest" + - "%PIP% install setuptools wheel twine pytest" build_script: - "%SETUPPY% build"