From 8c7139e255d880bc96c70dd9b43c98abc7ae83a7 Mon Sep 17 00:00:00 2001 From: Helena Rasche Date: Tue, 25 Jun 2024 11:42:16 +0200 Subject: [PATCH] missing packages for wfh upload --- .github/workflows/workflowhub.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/workflowhub.yml b/.github/workflows/workflowhub.yml index 1783024291ddea..b95fc2239f56d5 100644 --- a/.github/workflows/workflowhub.yml +++ b/.github/workflows/workflowhub.yml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@v2 with: - fetch-depth: 200 + fetch-depth: 2000 # BEGIN Dependencies - uses: actions/setup-python@v2 @@ -37,6 +37,7 @@ jobs: - name: Install dependencies run: | gem install bundler + pip install pyyaml requests bundle config path vendor/bundle bundle install --jobs 4 --retry 3 bundle pristine ffi