Skip to content

Commit

Permalink
fix: add apt update and install build-essential to ci
Browse files Browse the repository at this point in the history
Signed-off-by: VyacheslavIurevich <[email protected]>
  • Loading branch information
VyacheslavIurevich committed Nov 1, 2024
1 parent 858b292 commit 9790e8b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
apt update
apt install build-essential -y
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Run tests
Expand Down

0 comments on commit 9790e8b

Please sign in to comment.