Skip to content

Commit 7efe7b5

Browse files
committed
Set fixed Python version for docs
1 parent 862aa27 commit 7efe7b5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy_docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
id: extract_branch
1919
- name: Check-out
2020
uses: actions/checkout@v2
21-
- name: Set up Python ${{ matrix.python-version }}
21+
- name: Set up Python 3.9
2222
uses: actions/setup-python@v2
2323
with:
24-
python-version: ${{ matrix.python-version }}
24+
python-version: 3.9
2525
- name: Install dependencies
2626
run: |
2727
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)