Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
#139: Resolve `__main__.ConfigurationError: Could not run curl-config…
Browse files Browse the repository at this point in the history
…: [Errno 2] No such file or directory: 'curl-config'`
  • Loading branch information
blackandred committed Mar 14, 2021
1 parent f5f03e7 commit 4859fa6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/backup-repository-test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,9 @@ jobs:
- name: "Checkout"
uses: actions/checkout@v1

- name: "Install CI OS dependencies"
run: "sudo apt-get update; sudo apt-get install libssl-dev libcurl4-openssl-dev python-dev"

- name: "Install project dependencies"
run: "sudo pip install -r ./requirements-dev.txt -r ./bahub/requirements.txt -r ./docs/requirements.txt"

Expand Down

0 comments on commit 4859fa6

Please sign in to comment.