We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6230ba commit aebfad1Copy full SHA for aebfad1
1 file changed
.github/workflows/test-code.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Install dependencies
27
run: |
28
python -m pip install --upgrade pip
29
- pip install pytest, pytest-cov
+ pip install pytest pytest-cov
30
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
31
- name: Install dataflow_transfer
32
run: pip install -e .
0 commit comments