Skip to content

Commit

Permalink
Fix circleci
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Li <[email protected]>
  • Loading branch information
adam2392 committed Jul 10, 2024
1 parent 0deb169 commit 985e1e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 985e1e0

Please sign in to comment.