Skip to content

Commit

Permalink
ci: add build dependecies
Browse files Browse the repository at this point in the history
  • Loading branch information
FlxPeters authored Sep 25, 2024
1 parent c31e076 commit 741c8e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
run: |
curl -SL https://github.com/docker/compose/releases/download/v2.29.4/docker-compose-linux-x86_64 -o /usr/local/bin/docker-compose
chmod +x /usr/local/bin/docker-compose
apt-get install build-essential python-dev
python -m pip install --upgrade pip
pip install poetry
Expand Down

0 comments on commit 741c8e0

Please sign in to comment.