Skip to content

Commit a4dc947

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

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,14 @@ 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:
2932
working-directory: "./src/cloudevents"
33+
asdf_version: "v0.18.0"
3034
- name: Setup Pages
3135
id: pages
3236
uses: actions/configure-pages@v5

src/.tool-versions

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

0 commit comments

Comments
 (0)