Skip to content

Commit

Permalink
ci: remove redundant setup-python step to mkdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Sep 28, 2023
1 parent 64f3f49 commit 4887958
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/mkdocs_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: 3.x

- name: Read cache
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 4887958

Please sign in to comment.