Skip to content

Commit

Permalink
stitch validate json relative path instead of python 3.5 virtual env …
Browse files Browse the repository at this point in the history
…hardcoded path (singer-io#9)

* stitch validate json relative path instead of python 3.5 virtual env hardcoded path

* Revert setup.py to avoid new pylint issues
  • Loading branch information
asaf-erlich authored Mar 16, 2021
1 parent 47e504b commit b2ce48e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
command: |
python3 -m venv /usr/local/share/virtualenvs/tap-impact
source /usr/local/share/virtualenvs/tap-impact/bin/activate
pip install -U 'pip<19.2'
pip install -U pip setuptools
pip install .[dev]
- run:
name: 'pylint'
Expand All @@ -21,7 +21,7 @@ jobs:
name: 'JSON Validator'
command: |
source /usr/local/share/virtualenvs/tap-tester/bin/activate
stitch-validate-json /usr/local/share/virtualenvs/tap-impact/lib/python3.5/site-packages/tap_impact/schemas/*.json
stitch-validate-json tap_impact/schemas/*.json
# - run:
# name: 'Unit Tests'
# command: |
Expand Down

0 comments on commit b2ce48e

Please sign in to comment.