Skip to content

Commit

Permalink
missing packages for wfh upload
Browse files Browse the repository at this point in the history
  • Loading branch information
hexylena committed Jun 25, 2024
1 parent bcedc15 commit 8c7139e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/workflowhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 200
fetch-depth: 2000

# BEGIN Dependencies
- uses: actions/setup-python@v2
Expand All @@ -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
Expand Down

0 comments on commit 8c7139e

Please sign in to comment.