Skip to content

Commit

Permalink
Add python to snapshot publish action (#1293)
Browse files Browse the repository at this point in the history
  • Loading branch information
FernandoRojo authored Oct 28, 2024
1 parent 179e5c0 commit 4e42112
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/snapshot-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ jobs:

- run: dotnet restore

- name: Setup Python
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
with:
python-version: '3.10'

- name: Install Apache Ivy
if: ${{ matrix.os == 'ubuntu-latest' }}
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
Expand Down

0 comments on commit 4e42112

Please sign in to comment.