Skip to content

Commit 93e3b1a

Browse files
author
Jacek Gębal
committed
Removing the uncessary setup of Python
1 parent e539ed0 commit 93e3b1a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -247,12 +247,6 @@ jobs:
247247
git config --global user.email "github-actions[bot]@users.noreply.github.com"
248248
git config --global user.name "github-actions[bot]"
249249
250-
- name: Setup Python for docs
251-
uses: actions/setup-python@v5
252-
with:
253-
python-version: '3.11'
254-
cache: 'pip'
255-
256250
- name: Build and publish documentation
257251
run: |
258252
pip install mkdocs

0 commit comments

Comments
 (0)