From: asaf-erlich Date: Mon, 15 Mar 2021 15:15:53 +0000 (-0400) Subject: Update stitch validate json to validate with python 3.8 path (#32) X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=a7557537393885a48f88778a65ca2c8e4bb7762e;p=github%2Ffretlink%2Ftap-google-sheets.git Update stitch validate json to validate with python 3.8 path (#32) --- diff --git a/.circleci/config.yml b/.circleci/config.yml index bf9104a..0325440 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -13,14 +13,13 @@ jobs: command: | virtualenv -p python3 ~/.virtualenvs/tap-google-sheets source ~/.virtualenvs/tap-google-sheets/bin/activate - pip install . - pip install pylint + pip install .[dev] pylint tap_google_sheets -d C,R,W - run: name: 'JSON Validator' command: | source /usr/local/share/virtualenvs/tap-tester/bin/activate - stitch-validate-json ~/.virtualenvs/tap-google-sheets/lib/python3.5/site-packages/tap_google_sheets/schemas/*.json + stitch-validate-json ~/.virtualenvs/tap-google-sheets/lib/python3.8/site-packages/tap_google_sheets/schemas/*.json - add_ssh_keys - run: name: 'Integration Tests'