From 1e1c4129317bcacff602588bdb6b809719f354b6 Mon Sep 17 00:00:00 2001 From: Kkevsterrr Date: Fri, 13 Mar 2020 08:15:25 -0400 Subject: [PATCH] Switched to windows orb --- .circleci/config.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2517b14..7b05348 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,14 +1,12 @@ version: 2.1 orbs: - python: circleci/python@0.2.1 + python: circleci/windows@2.4.0 jobs: build-and-test: - executor: python/default steps: - checkout - - python/load-cache - run: command: pip install --user -r requirements_windows.txt name: Pip install