Skip to content

Commit 0c8b870

Browse files
dsprayberryAndy Luskuttleman
committed
Point to the actvate cmd
Co-authored-by: Andy Lu <andy.lu@qlik.com> Co-authored-by: Ben Allred <ben.allred@qlik.com>
1 parent 272c980 commit 0c8b870

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
name: 'Setup virtual env'
1010
command: |
1111
uv venv --python 3.9 /usr/local/share/virtualenvs/tap-clubspeed
12-
source /usr/local/share/virtualenvs/tap-clubspeed
12+
source /usr/local/share/virtualenvs/tap-clubspeed/bin/activate
1313
uv pip install .
1414
uv pip install pylint
1515
uv pylint tap_clubspeed -d C,R,W

0 commit comments

Comments
 (0)