| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent d091863 commit 2aef964
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -66,10 +66,6 @@ jobs: | |||
| 66 | 66 | sudo apt-get update && sudo apt-get install -y maven | |
| 67 | 67 | fi | |
| 68 | 68 | mvn -version | |
| 69 | - - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5 | ||
| 70 | - with: | ||
| 71 | - python-version: "3.12" | ||
| 72 | - cache: 'pip' | ||
| 73 | 69 | - name: Run librarian install | |
| 74 | 70 | run: | | |
| 75 | 71 | librarian install | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -114,11 +114,6 @@ jobs: | |||
| 114 | 114 | sudo apt-get update && sudo apt-get install -y maven | |
| 115 | 115 | fi | |
| 116 | 116 | mvn -version | |
| 117 | - - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5 | ||
| 118 | - if: steps.detect_librarian.outputs.has_changes == 'true' | ||
| 119 | - with: | ||
| 120 | - python-version: "3.12" | ||
| 121 | - cache: 'pip' | ||
| 122 | 117 | - name: Run librarian install | |
| 123 | 118 | if: steps.detect_librarian.outputs.has_changes == 'true' | |
| 124 | 119 | run: | | |
| Back | FazBrowse Home | New Git URL |
0 commit comments