Skip to content

Commit

Permalink
cis: use setup-python v2 for docs pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthieuDartiailh committed Dec 28, 2021
1 parent 0bddf52 commit 65c2a2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v1
uses: actions/setup-python@v2
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 65c2a2a

Please sign in to comment.