Skip to content

Commit c243e4e

Browse files
authored
Merge pull request #1311 from utPLSQL/feature/removal_of_uncessary_setup
Removing the uncessary setup
2 parents ea7bfd0 + 7e2b8fb commit c243e4e

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,6 @@ jobs:
3636
git config --global user.email "github-actions[bot]@users.noreply.github.com"
3737
git config --global user.name "github-actions[bot]"
3838
39-
- name: Setup Python for docs
40-
uses: actions/setup-python@v5
41-
with:
42-
python-version: '3.11'
43-
cache: 'pip'
44-
4539
- name: Build and publish documentation
4640
run: |
4741
pip install mkdocs

0 commit comments

Comments
 (0)