Skip to content

Commit

Permalink
add dependency installation to pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
p-fruck committed Feb 21, 2022
1 parent bf8406a commit dfd649b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/auto-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
with:
ref: main

- name: "Install dependencies"
run: pip install -r requirements.txt

- name: "Build API client"
run: ./custom/build.sh

Expand Down

0 comments on commit dfd649b

Please sign in to comment.