Skip to content

Commit cfccc38

Browse files
authored
WIP
Signed-off-by: GitHub <noreply@github.com>
1 parent 1652e43 commit cfccc38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/codeflash-optimize.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install Project Dependencies
2525
run: |
2626
python -m pip install --upgrade pip
27-
pip install .
27+
pip install .[dev,tests,docs]
2828
pip install codeflash
2929
- name: Run Codeflash to optimize code
3030
id: optimize_code

0 commit comments

Comments
 (0)