We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1c8750 commit 032162dCopy full SHA for 032162d
1 file changed
.github/workflows/deploy.yml
@@ -76,6 +76,8 @@ jobs:
76
with:
77
ruby-version: "3.3.5"
78
bundler-cache: true
79
+ - name: Install dependencies (verbose)
80
+ run: bundle install --verbose
81
- name: Setup Python 🐍
82
uses: actions/setup-python@v5
83
0 commit comments