Skip to content

Commit cf90d07

Browse files
dsprayberryAndy Luskuttleman
committed
Fix the copypasta
Co-authored-by: Andy Lu <andy.lu@qlik.com> Co-authored-by: Ben Allred <ben.allred@qlik.com>
1 parent 6b307e6 commit cf90d07

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
@@ -20,7 +20,7 @@ jobs:
2020
- run:
2121
name: 'Unit Tests'
2222
command: |
23-
source /usr/local/share/virtualenvs/tap-clubspeed
23+
source /usr/local/share/virtualenvs/tap-clubspeed/bin/activate
2424
uv pip install pytest coverage
2525
coverage run -m pytests tests
2626
coverage html

0 commit comments

Comments
 (0)