Skip to content

Commit fcf91dc

Browse files
committed
Fixing env name for circleci
1 parent 8da12bd commit fcf91dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
command: |
4646
export BASE_URL="/output/job/$CIRCLE_WORKFLOW_JOB_ID/artifacts/0/$DOCS_PATH"
4747
48-
python -m tox -e py312-buildhtml
48+
python -m tox -e py313-buildhtml
4949
5050
- save_cache:
5151
key: pip-cache-{{ checksum "site_requirements.txt" }}

0 commit comments

Comments
 (0)