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 abd548f commit f6dc1ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
pip install -r requirements.txt
- name: Install pyDeltaRCM
run: |
python -m pip install -e .
python setup.py install
- name: Test with pytest
run: |
python -m pytest --mpl --mpl-baseline-path=tests/imgs_baseline
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
pip install -r requirements.txt
- name: Install pyDeltaRCM
run: |
python -m pip install -e .
python setup.py install
- name: Disable jitted for coverage
run: |
echo "DISABLE_JIT: 1" > .numba_config.yaml
Expand Down Expand Up @@ -104,7 +104,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: |
python -m pip install -e .
python setup.py install
- name: Build and test documentation
run: |
(cd docs && make docs)
Expand Down

0 comments on commit f6dc1ac

Please sign in to comment.