Skip to content

Commit

Permalink
ci(generate): install 'generate-python' CLI in dedicated step
Browse files Browse the repository at this point in the history
  • Loading branch information
boromir674 committed Mar 14, 2024
1 parent 5807a22 commit 8fe3fab
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/generate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,14 @@ jobs:
cd cloned/biskotaki
echo "PKG_VERSION=$(python scripts/parse_version.py)" >> $GITHUB_ENV
# INSTALL `generate-python` CLI
- name: Install `generate-python` CLI
run: pip install --user -e .

# ## GENERATE FROM TEMPLATE into gen/ ##
# # ROOT : gen/biskotaki/pyproject.toml
# - name: Generate Biskotaki from Template
# run: |
# pip install --user -e .
# echo " version: \"${{ env.PKG_VERSION }}\"" >> .github/biskotaki.yaml
# generate-python -o gen --config-file ./.github/biskotaki.yaml --no-input -f --offline

Expand Down

0 comments on commit 8fe3fab

Please sign in to comment.