Skip to content

Commit

Permalink
Added missing system dependencies in .github/workflows/update-poetry-…
Browse files Browse the repository at this point in the history
…lock.yml (#125)
  • Loading branch information
Nusnus authored Jan 2, 2024
1 parent 466342e commit e8c7bd6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/update-poetry-lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
with:
python-version: '3.x'

- name: Install system dependencies
run: |
sudo apt update
sudo apt install -y libmemcached-dev
- name: Install Poetry
run: pip install poetry

Expand Down

0 comments on commit e8c7bd6

Please sign in to comment.