Skip to content

Commit 427b13a

Browse files
authored
Add step to install Python dependencies in CI
1 parent 6d838a3 commit 427b13a

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
@@ -116,7 +116,12 @@ jobs:
116116
else
117117
echo "REGRESSION_DIR=$REGRESSION_DIR"
118118
fi
119-
119+
- name: Install Python dependencies
120+
shell: bash
121+
run: |
122+
python -m pip install --upgrade pip
123+
pip install tqdm
124+
120125
- name: New regression tests
121126
shell: bash
122127
env:

0 commit comments

Comments
 (0)