We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e4b4fe commit dc38b80Copy full SHA for dc38b80
.circleci/config.yml
@@ -28,7 +28,7 @@ jobs:
28
docker exec -w /home/circleci/project $python_container bash -c 'python3 -m pip install --upgrade flake8 flake8-commas flake8-quotes'
29
docker exec -w /home/circleci/project $python_container bash -c 'python3 -m flake8 . --max-complexity=10 --show-source --exclude __init__.py'
30
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'
+ docker exec -w /home/circleci/project $python_container bash -c 'python3 -m pip install --upgrade pytest coverage'
32
done
33
# Set up XDMoD web server containers.
34
for xdmod_container in $xdmod_containers; do
0 commit comments