Skip to content

Commit

Permalink
update CI commands
Browse files Browse the repository at this point in the history
  • Loading branch information
tztsai committed Dec 4, 2023
1 parent abe7557 commit 45dee69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pyrealm_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ jobs:
if: matrix.os == 'ubuntu-latest' && matrix.python-version == 3.9
# && github.ref == 'refs/heads/main'
run: |
git update-index --assume-unchanged *.nc
git lfs pull
git update-index --assume-unchanged pyrealm_build_data/*.nc
poetry run pytest -m "profiling" --profile-svg
# mv prof/combined.svg profiling/profiling.svg
mv prof/combined.prof profiling/profiling.prof
Expand All @@ -58,7 +58,7 @@ jobs:
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Automated report
file_pattern: '*.csv *.png *.svg'
file_pattern: 'profiling/*'

- name: Upload coverage reports to Codecov
if: success() && (matrix.os == 'ubuntu-latest' && matrix.python-version == 3.9)
Expand Down

0 comments on commit 45dee69

Please sign in to comment.