Skip to content

Commit 50d891e

Browse files
Fixed python version pinning issue on colab.yml gha. (#5843)
1 parent 316b6d6 commit 50d891e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/colab.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Set up Python
3232
uses: actions/setup-python@v2
3333
with:
34-
python-version: 3.9.9
34+
python-version: 3.9.x
3535
- uses: actions/setup-dotnet@v1
3636
with:
3737
dotnet-version: '6.0.x'

0 commit comments

Comments
 (0)