]> git.immae.eu Git - github/fretlink/tap-google-sheets.git/commitdiff
Update stitch validate json to validate with python 3.8 path (#32) master
authorasaf-erlich <aerlich@talend.com>
Mon, 15 Mar 2021 15:15:53 +0000 (11:15 -0400)
committerGitHub <noreply@github.com>
Mon, 15 Mar 2021 15:15:53 +0000 (11:15 -0400)
.circleci/config.yml

index bf9104a1772c88fc08f521cb9d647a1ecd24fb8d..03254407b23bfd0b927fbe147f19cdd22c365c31 100644 (file)
@@ -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'