Skip to content

Commit

Permalink
feat workflow: install pycodestyle via pip
Browse files Browse the repository at this point in the history
  • Loading branch information
moki committed May 8, 2024
1 parent 5d3b1f8 commit 6ad06fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ jobs:
run: |
(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 pycodestyle $(cat third_party/userver/scripts/docs/en/deps/${{matrix.os}}.md | tr '\n' ' ')
sudo apt install --allow-downgrades -y $(cat third_party/userver/scripts/docs/en/deps/${{matrix.os}}.md | tr '\n' ' ')
pip install -r requirements.txt
- name: Setup ccache
run: |
Expand Down Expand Up @@ -80,4 +81,3 @@ jobs:
if: matrix.make == 'test-release'
run: |
killall service_template

0 comments on commit 6ad06fb

Please sign in to comment.