Skip to content

Commit f25b3a5

Browse files
committed
specific python version for creating usd release
1 parent 7dabe2b commit f25b3a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-usd-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
if: env.exists == 'false'
7676
uses: actions/setup-python@v5
7777
with:
78-
python-version: '3.10'
78+
python-version: '3.10.11'
7979
id: setup-python
8080

8181
- name: Install Ninja (Cross-platform)

0 commit comments

Comments
 (0)