Skip to content

Commit 62403ed

Browse files
committed
Update .gitlab-ci.yml file
1 parent f1ca196 commit 62403ed

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.gitlab-ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
.pre:
1+
stages:
2+
- test
3+
4+
test:
25
variables:
36
PYTHON_VERSION: "3.11"
47
image: python:${PYTHON_VERSION}

0 commit comments

Comments
 (0)