Skip to content

Commit dd54570

Browse files
committed
Add step to install Python dependencies in CI
1 parent c7f186a commit dd54570

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,12 @@ jobs:
114114
else
115115
echo "REGRESSION_DIR=$REGRESSION_DIR"
116116
fi
117-
117+
- name: Install Python dependencies
118+
shell: bash
119+
run: |
120+
python -m pip install --upgrade pip
121+
pip install tqdm
122+
118123
- name: New regression tests
119124
shell: bash
120125
env:

0 commit comments

Comments
 (0)