Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
fix circleci config
Browse files Browse the repository at this point in the history
  • Loading branch information
koszti committed Mar 17, 2020
1 parent b818c09 commit 4134df3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ jobs:
- run:
name: 'Check code formatting and do pylinting'
command: |
. .virtualenvs/pipelinewise/bin/activate
pip install unify pylint
. venv/bin/activate
echo "Checking double quotes..."
find tap_snowflake tests -type f -name '*.py' | xargs unify --check-only
echo "Running pylint..."
Expand Down

0 comments on commit 4134df3

Please sign in to comment.