Skip to content

Commit

Permalink
Remove build-essential install
Browse files Browse the repository at this point in the history
  • Loading branch information
Giulero authored Jun 19, 2024
1 parent 74aea27 commit 48bad1d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
sudo apt install build-essential
python -m pip install --upgrade pip
pip install .[test]
- name: Test with pytest
Expand Down

0 comments on commit 48bad1d

Please sign in to comment.