Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/develop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
run: "sudo apt-get install -y libfreetype6 fontconfig fonts-dejavu"
if: "${{ env.BUILD_MOBILE == 'true' }}"
- name: Install uv
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
if: "${{ env.BUILD_WATCH == 'true' }}"
# Newest version of Python is not supported by the Pebble SDK yet
- name: Downgrade python to 3.13
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verifyPr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Install screenshot test dependencies
run: "sudo apt-get install -y libfreetype6 fontconfig fonts-dejavu"
- name: Install uv
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7
uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0
- name: Install pebble SDK
run: "uv tool install pebble-tool && pebble sdk install latest"
- name: Globally enable build cache and parallel execution
Expand Down
Loading