We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 862aa27 commit 7efe7b5Copy full SHA for 7efe7b5
1 file changed
.github/workflows/deploy_docs.yml
@@ -18,10 +18,10 @@ jobs:
18
id: extract_branch
19
- name: Check-out
20
uses: actions/checkout@v2
21
- - name: Set up Python ${{ matrix.python-version }}
+ - name: Set up Python 3.9
22
uses: actions/setup-python@v2
23
with:
24
- python-version: ${{ matrix.python-version }}
+ python-version: 3.9
25
- name: Install dependencies
26
run: |
27
python -m pip install --upgrade pip
0 commit comments