Skip to content

Commit 2f29af2

Browse files
committed
fix(circleci): remove conda from pytest call
1 parent 9c5d911 commit 2f29af2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020
- run: docker build -t gadicc/diffusers-api .
2121

2222
# unit tests
23-
- run: docker run gadicc/diffusers-api conda run --no-capture -n xformers pytest --cov=. --cov-report=xml --ignore=diffusers
23+
# - 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
2425

2526
- run: echo $DOCKER_PASSWORD | docker login --username $DOCKER_USERNAME --password-stdin
2627

0 commit comments

Comments
 (0)