Skip to content

Commit 71d36a0

Browse files
committed
update .github/workflows/CI.yaml
1 parent a313bd2 commit 71d36a0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/CI.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@ jobs:
5757
with:
5858
python-version: '3.11.4'
5959
#python-version: ${{matrix.python-version}}
60+
61+
- name: Install dependencies
62+
run: |
63+
python -m pip install --upgrade pip
64+
pip install -r requirements.txt
6065
6166
- name: Run unit test
6267
env:

0 commit comments

Comments
 (0)