Skip to content

Commit

Permalink
update test names
Browse files Browse the repository at this point in the history
  • Loading branch information
LiamConnors committed Oct 10, 2024
1 parent f8f8d1a commit 9c35766
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ orbs:
browser-tools: circleci/[email protected]

jobs:
python-3.8: &test-template
python-3-8: &test-template
docker:
- image: cimg/python:3.8.20-browsers
auth:
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
pytest
when: always

python-3.12-install-test:
python-3-12-install-test:
docker:
- image: cimg/python:3.12.7-browsers
auth:
Expand Down Expand Up @@ -111,7 +111,7 @@ workflows:
version: 2
build:
jobs:
- python-3.8:
- python-3-8:
context: dash-docker-hub
- python-3.12-install-test:
- python-3-12-install-test:
context: dash-docker-hub

0 comments on commit 9c35766

Please sign in to comment.