Skip to content

Commit 1dffb96

Browse files
committed
set PERCY_PARALLEL_TOTAL to -1
1 parent fa3e100 commit 1dffb96

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646

4747
environment:
4848
PERCY_ENABLED: True
49+
PERCY_PARALLEL_TOTAL: -1
4950

5051
steps:
5152
- checkout
@@ -137,4 +138,4 @@ workflows:
137138
context: dash-docker-hub
138139
- "percy-finalize":
139140
requires:
140-
- "python-3.7"
141+
- "python-3.6"

0 commit comments

Comments
 (0)