Skip to content

Commit 4e42112

Browse files
authored
Add python to snapshot publish action (#1293)
1 parent 179e5c0 commit 4e42112

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/snapshot-publish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ jobs:
2828

2929
- run: dotnet restore
3030

31+
- name: Setup Python
32+
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
33+
with:
34+
python-version: '3.10'
35+
3136
- name: Install Apache Ivy
3237
if: ${{ matrix.os == 'ubuntu-latest' }}
3338
run: curl https://downloads.apache.org/ant/ivy/2.5.2/apache-ivy-2.5.2-bin.tar.gz | tar xOz apache-ivy-2.5.2/ivy-2.5.2.jar > /usr/share/ant/lib/ivy.jar

0 commit comments

Comments
 (0)