diff --git a/.circleci/config.yml b/.circleci/config.yml index 12270afd..c14e48b7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -97,7 +97,7 @@ jobs: command: | sudo apt-get install nvidia-cuda-toolkit nvidia-cuda-toolkit-gcc - run: - name: Install dowhy + name: Install dodiscover command: | git clone https://github.com/py-why/dodiscover.git cd dodiscover @@ -107,7 +107,7 @@ jobs: command: | python -c "import pywhy_graphs;" python -c "import numpy; numpy.show_config()" - python -c "import dowhy;" + python -c "import dodiscover;" LIBGL_DEBUG=verbose python -c "import matplotlib.pyplot as plt; plt.figure()" # dowhy currently requires an older version of numpy