From 028f977823ec6c239b4330128dac3628dd489546 Mon Sep 17 00:00:00 2001 From: grossmj Date: Sun, 28 Aug 2022 00:01:26 +0200 Subject: [PATCH] Revert "Don't install nmap" This reverts commit b6cf3aabca07e68f6e6d5837d0a1e9ad132f55a6. --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index c21301e8..db38580a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -11,6 +11,7 @@ environment: secure: VEKn4bYH3QO0ixtQW5ni4Enmn8cS1NlZV246ludBDgQ= install: + - cinst nmap - "%PYTHON%\\python.exe -m pip install -r dev-requirements.txt" - "%PYTHON%\\python.exe -m pip install -r win-requirements.txt"