Skip to content

Commit 629abd2

Browse files
Fernando CortezFernando Cortez
authored andcommitted
pip command change
1 parent adf6ff4 commit 629abd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.yamato/project-standards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ standards_{{ projects.first.name }}:
1212
- sudo add-apt-repository -y ppa:deadsnakes/ppa
1313
- sudo apt update
1414
- sudo apt install -y python3.9
15-
- pip install unity-downloader-cli --upgrade
15+
- python3 -m pip install unity-downloader-cli --upgrade
1616
- unity-downloader-cli -u {{ projects.first.test_editors.first }} -c editor --wait --fast
1717
- .Editor/Unity -batchmode -nographics -logFile - -executeMethod Packages.Rider.Editor.RiderScriptEditor.SyncSolution -projectPath {{ projects.first.path }} -quit
1818
- dotnet run --project dotnet-tools/netcode.standards -- --project={{ projects.first.path }} --check

0 commit comments

Comments
 (0)