From 041f56ca367fd080d6a7ab4d077bcb30ae6e5e60 Mon Sep 17 00:00:00 2001 From: Daniel Mil <84205762+mildaniel@users.noreply.github.com> Date: Wed, 2 Aug 2023 16:48:20 -0700 Subject: [PATCH] Test/binary canaries (#5695) * Add Windows config * Fix formatting * Update config * test * Update config * Update config * Update config * Update config * Update config * Update config * Add linux config * Update install links * Update linux config * Update linux config * Update linux config * Update linux config * Update linux config * Update linux config * Update linux config * Update linux config * Update linux config * Update linux config --- appveyor-linux-binary.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor-linux-binary.yml b/appveyor-linux-binary.yml index 39eaafe3ee..dc23ebe124 100644 --- a/appveyor-linux-binary.yml +++ b/appveyor-linux-binary.yml @@ -71,7 +71,7 @@ install: - sh: "PATH=$(echo $PWD'/aws_cli/bin'):$PATH" # Install pytest - - sh: "pip3 install pytest" + - sh: "pip3 install -r requirements/dev.txt" # We currently need to install boto3 for pytest to work since we're ignoring a boto3 deprecation warning in the pytest configuration - sh: "pip3 install boto3" - sh: "pytest --version"