Skip to content

Commit

Permalink
enh: update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Abel Aoun committed Feb 29, 2024
1 parent 69e454b commit 3a334bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: call fun extractor
run: python ./tools/extract_icclim_funs.py
- name: run ruff format on generated module
run: ruff format src/icclim/_generated_api.py
run: ruff format src/icclim/_generated/
- name: create local ref
run: |
git fetch origin ${{ github.head_ref }}
Expand Down
4 changes: 2 additions & 2 deletions tools/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
# from icclim root
# and with "icclim-dev" conda environment activated
pip install .
python ./tools/extract-icclim-funs.py ./src/icclim/_generated_api.py
git add ./src/icclim/_generated_api.py
python ./tools/extract-icclim-funs.py
git add ./src/icclim/_generated/
pre-commit run

0 comments on commit 3a334bd

Please sign in to comment.