Skip to content

Commit dc38b80

Browse files
committed
Remove redundant dependency installation.
1 parent 0e4b4fe commit dc38b80

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
@@ -28,7 +28,7 @@ jobs:
2828
docker exec -w /home/circleci/project $python_container bash -c 'python3 -m pip install --upgrade flake8 flake8-commas flake8-quotes'
2929
docker exec -w /home/circleci/project $python_container bash -c 'python3 -m flake8 . --max-complexity=10 --show-source --exclude __init__.py'
3030
docker exec -w /home/circleci/project $python_container bash -c 'python3 -m pip install -e .'
31-
docker exec -w /home/circleci/project $python_container bash -c 'python3 -m pip install --upgrade python-dotenv pytest coverage'
31+
docker exec -w /home/circleci/project $python_container bash -c 'python3 -m pip install --upgrade pytest coverage'
3232
done
3333
# Set up XDMoD web server containers.
3434
for xdmod_container in $xdmod_containers; do

0 commit comments

Comments
 (0)