Skip to content

Commit aebfad1

Browse files
committed
fix typo
1 parent d6230ba commit aebfad1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install dependencies
2727
run: |
2828
python -m pip install --upgrade pip
29-
pip install pytest, pytest-cov
29+
pip install pytest pytest-cov
3030
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
3131
- name: Install dataflow_transfer
3232
run: pip install -e .

0 commit comments

Comments
 (0)