Fixed python version pinning issue on colab.yml gha. (#5843)
This commit is contained in:
Родитель
316b6d6ede
Коммит
50d891e127
|
@ -31,7 +31,7 @@ jobs:
|
|||
- name: Set up Python
|
||||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: 3.9.9
|
||||
python-version: 3.9.x
|
||||
- uses: actions/setup-dotnet@v1
|
||||
with:
|
||||
dotnet-version: '6.0.x'
|
||||
|
|
Загрузка…
Ссылка в новой задаче