Skip to content

Commit

Permalink
MAINT: Update build script for generated api
Browse files Browse the repository at this point in the history
  • Loading branch information
Abel Aoun committed Dec 21, 2023
1 parent 10fde8c commit ce669c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Run it with `./tools/build.sh`
# from icclim root
# and with "icclim-dev" conda environment activated
python -m setup install
pip install .
python ./tools/extract-icclim-funs.py ./src/icclim/_generated_api.py
git add ./src/icclim/_generated_api.py
pre-commit run

0 comments on commit ce669c7

Please sign in to comment.