Skip to content

Commit 4fdbdfa

Browse files
Update static.yml
1 parent 63c54f9 commit 4fdbdfa

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/static.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,16 @@ jobs:
3131
- name: Checkout
3232
uses: actions/checkout@v4
3333

34+
- name: Setup Python 3.9.7
35+
uses: actions/setup-python@v3
36+
with:
37+
python-version: 3.9.7
38+
39+
- name: Install Dependencies
40+
run: |
41+
python3 -m pip install --upgrade pip
42+
pip install -e '.[docs]'
43+
3444
- name: Setup Pages
3545
uses: actions/configure-pages@v4
3646

0 commit comments

Comments
 (0)