Skip to content

Commit d7038b5

Browse files
committed
fix(circleci): pytest --ignore=Real-ESRGAN
1 parent 2f29af2 commit d7038b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
# unit tests
2323
# - run: docker run gadicc/diffusers-api conda run --no-capture -n xformers pytest --cov=. --cov-report=xml --ignore=diffusers
24-
- run: docker run gadicc/diffusers-api pytest --cov=. --cov-report=xml --ignore=diffusers
24+
- run: docker run gadicc/diffusers-api pytest --cov=. --cov-report=xml --ignore=diffusers --ignore=Real-ESRGAN
2525

2626
- run: echo $DOCKER_PASSWORD | docker login --username $DOCKER_USERNAME --password-stdin
2727

0 commit comments

Comments
 (0)