Skip to content

Commit 0699065

Browse files
POC removing python from tools-version
1 parent 72b1856 commit 0699065

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/actions/build-docs/action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ runs:
2323
bundler-cache: false # runs 'bundle install' and caches installed gems automatically
2424
#cache-version: 0 # Increment this number if you need to re-download cached gems
2525
working-directory: "./docs"
26+
- uses: actions/setup-python@v6
27+
with:
28+
python-version: '3.14'
2629
- name: "Setup ASDF"
2730
uses: asdf-vm/actions/install@f4acd427436df623426c29f7e3e9ea715be28396 # v4
2831
with:

src/.tool-versions

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
jq 1.6
22
nodejs 24.10.0
3-
python 3.14.0
43
ruby 3.4.7

0 commit comments

Comments
 (0)