Skip to content

Commit daa5dd0

Browse files
committed
set PYTHON_VERSION_SHORT
1 parent 0d754bb commit daa5dd0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.appveyor.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ skip_branch_with_pr: true
44
environment:
55
python_stack: python 3.12
66
PYTHON_VERSION: 3.12.6
7+
PYTHON_VERSION_SHORT: 3.12
78
GITHUB_TOKEN:
89
secure: 9SKIwc3VSfYJ5IChvNR74rlTF9BMbAfhCGu1/TmYJBMtC6lkY+UDDkZNK7rC9xnQFUxMrNgoo9kNcNAbKbU8XAcrSwkP2H4mX04FI7P+YbxfiWC8nVHhGNxR4LzO+GO0
910

@@ -28,8 +29,6 @@ matrix:
2829
stack: $python_stack
2930

3031
install:
31-
- read ver_maj ver_min < <(echo $PYTHON_VERSION | sed -E 's/^([0-9]+)\.([0-9]+).*/\1 \2/')
32-
- export PYTHON_VERSION_SHORT="$ver_maj.$ver_min"
3332
- python --version
3433

3534
for:

0 commit comments

Comments
 (0)