Switched to windows orb

This commit is contained in:
Kkevsterrr 2020-03-13 08:15:25 -04:00
parent 343716c88d
commit 1e1c412931
1 changed files with 1 additions and 3 deletions

View File

@ -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