Skip to content

Commit

Permalink
fix: python depenency install (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
moki authored May 17, 2024
1 parent da28911 commit da2eae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
(cd third_party && git clone -b develop --single-branch --depth 1 https://github.com/userver-framework/userver.git)
sudo apt update
sudo apt install --allow-downgrades -y $(cat third_party/userver/scripts/docs/en/deps/${{matrix.os}}.md | tr '\n' ' ')
pip install -r requirements.txt
python3 -m pip install -r requirements.txt
- name: Setup ccache
run: |
Expand Down

0 comments on commit da2eae7

Please sign in to comment.