Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ commands:
steps:
- run:
name: "Install dependencies."
no_output_timeout: 30m
command: |
source $BASH_ENV
sudo apt-get update
Expand All @@ -40,7 +41,7 @@ commands:
git clone https://github.com/yt-project/yt
cd yt
git checkout main
pip install -e .
MAX_JOBS=1 pip install --no-build-isolation -v .
cd ..
pip install yt_astro_analysis
# Install hypre
Expand Down