Skip to content

Commit cc65aa1

Browse files
committed
update circleci config
1 parent b660e10 commit cc65aa1

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
@@ -44,7 +44,7 @@ jobs:
4444
command: |
4545
cd BreakYourLLM
4646
. venv/bin/activate
47-
python main.py
47+
python main.py --file="../data.csv"
4848
4949
# Step 6: Check Results
5050
- run:

0 commit comments

Comments
 (0)