Skip to content

Commit 9c35766

Browse files
committed
update test names
1 parent f8f8d1a commit 9c35766

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ orbs:
44
browser-tools: circleci/[email protected]
55

66
jobs:
7-
python-3.8: &test-template
7+
python-3-8: &test-template
88
docker:
99
- image: cimg/python:3.8.20-browsers
1010
auth:
@@ -51,7 +51,7 @@ jobs:
5151
pytest
5252
when: always
5353

54-
python-3.12-install-test:
54+
python-3-12-install-test:
5555
docker:
5656
- image: cimg/python:3.12.7-browsers
5757
auth:
@@ -111,7 +111,7 @@ workflows:
111111
version: 2
112112
build:
113113
jobs:
114-
- python-3.8:
114+
- python-3-8:
115115
context: dash-docker-hub
116-
- python-3.12-install-test:
116+
- python-3-12-install-test:
117117
context: dash-docker-hub

0 commit comments

Comments
 (0)