Skip to content

Commit

Permalink
ci: resolve deps while getting app
Browse files Browse the repository at this point in the history
  • Loading branch information
barredterra committed Aug 26, 2024
1 parent eab9a69 commit 6ca727d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
- name: Install
working-directory: /home/runner/frappe-bench
run: |
bench get-app eu_einvoice $GITHUB_WORKSPACE
bench get-app --resolve-deps eu_einvoice $GITHUB_WORKSPACE
bench setup requirements --dev
bench new-site --db-root-password root --admin-password admin test_site
bench --site test_site install-app eu_einvoice
Expand Down

0 comments on commit 6ca727d

Please sign in to comment.