Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
update codecov actions version, and docs install command
  • Loading branch information
amoodie authored Dec 5, 2023
1 parent 8705092 commit 0fb2bea
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,11 @@ jobs:
python -m pip install --upgrade pip setuptools wheel
pip install pytest pytest-cov coveralls
pip install -r requirements.txt
# - name: Install DeltaMetrics
# run: |
# python setup.py install
- name: Test with pytest
run: |
python -m pytest --cov=deltametrics/ --cov-report=xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml
Expand All @@ -66,7 +63,7 @@ jobs:
sudo apt update -y && sudo apt install -y latexmk texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended dvipng
- name: Install DeltaMetrics
run: |
pip install
pip install .
- name: Build and test documentation
run: |
(cd docs && make docs)
Expand Down

0 comments on commit 0fb2bea

Please sign in to comment.