Skip to content

Commit

Permalink
Try circleci with new version of numpy
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Li <[email protected]>
  • Loading branch information
adam2392 committed Jul 11, 2024
1 parent 985e1e0 commit 0ee81e6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,10 @@ jobs:
LIBGL_DEBUG=verbose python -c "import matplotlib.pyplot as plt; plt.figure()"
# dowhy currently requires an older version of numpy
- run:
name: Temporary Hack for numpy
command: |
python -m pip install numpy==1.22.0
# - run:
# name: Temporary Hack for numpy
# command: |
# python -m pip install numpy==1.22.0


- run:
Expand Down

0 comments on commit 0ee81e6

Please sign in to comment.