Skip to content

Commit 854dc81

Browse files
authored
Comment out PYTHON_VERSION in build.yml
Comment out the Python version environment variable in the build workflow.
1 parent 3da8e7c commit 854dc81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ on:
1111
- main
1212

1313
# environment
14-
env:
15-
PYTHON_VERSION: 3.x
14+
#env:
15+
#PYTHON_VERSION: 3.x
1616
# permission
1717
permissions:
1818
contents: read

0 commit comments

Comments
 (0)