Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
amoodie authored Dec 5, 2023
1 parent f5c4f8f commit 5a9533d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ jobs:
python -m pip install --upgrade pip
pip install pytest pytest-cov pytest-mpl coveralls
pip install -r requirements.txt
- name: Install pyDeltaRCM
run: |
python -m pip install .
- name: Disable jitted for coverage
run: |
echo "DISABLE_JIT: 1" > .numba_config.yaml
Expand Down Expand Up @@ -98,7 +101,7 @@ jobs:
sudo apt update -y && sudo apt install -y latexmk texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended dvipng
- name: Install pyDeltaRCM
run: |
pip install .
python -m pip install .
- name: Build and test documentation
run: |
(cd docs && make docs)
Expand Down

0 comments on commit 5a9533d

Please sign in to comment.