Skip to content

Commit e98cabc

Browse files
Merge pull request #56 from microsoft/LakshyAAAgrawal-patch-12
Update publish-to-pypi.yaml to add ruby
2 parents 65a3aa0 + 136bb8d commit e98cabc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish-to-pypi.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ jobs:
2020
go-version: '1.21'
2121
- name: Install gopls
2222
run: go install golang.org/x/tools/gopls@latest
23+
- name: Install ruby
24+
uses: ruby/setup-ruby@v1
25+
with:
26+
ruby-version: '3.4'
2327
- name: Set up Python
2428
uses: actions/setup-python@v5
2529
with:

0 commit comments

Comments
 (0)