Skip to content

Commit 9859fb0

Browse files
fix: yamato python version bump to fix standards job (#915)
1 parent a14efdf commit 9859fb0

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.yamato/project-standards.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ standards_{{ projects.first.name }}:
99
commands:
1010
- dotnet --version
1111
- dotnet format --version
12-
- pip install unity-downloader-cli --upgrade --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple
12+
- sudo add-apt-repository -y ppa:deadsnakes/ppa
13+
- sudo apt update
14+
- sudo apt install -y python3.9
15+
- python3 -m pip install unity-downloader-cli --upgrade
1316
- unity-downloader-cli -u {{ projects.first.test_editors.first }} -c editor --wait --fast
1417
- .Editor/Unity -batchmode -nographics -logFile - -executeMethod Packages.Rider.Editor.RiderScriptEditor.SyncSolution -projectPath {{ projects.first.path }} -quit
1518
- dotnet run --project dotnet-tools/netcode.standards -- --project={{ projects.first.path }} --check

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66

77
Additional documentation and release notes are available at [Multiplayer Documentation](https://docs-multiplayer.unity3d.com).
88

9+
## [unreleased] yyyy-mm-dd
10+
11+
### Fixed
12+
* Internal standards job fix (#915)
13+
914
## [2.5.0] - 2024-04-18
1015

1116
### Changed

0 commit comments

Comments
 (0)