Skip to content

Commit 3700b84

Browse files
committed
fix action
1 parent 3cc9cf5 commit 3700b84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
with:
6868
python-version: 3.x
6969
- name: Install Python dependencies
70-
run: pip install pandas paramiko
70+
run: pip install requests paramiko pandas
7171
- name: Get Simulator
7272
uses: actions/download-artifact@v4
7373
with:

0 commit comments

Comments
 (0)