From 50c7093deb5593c970f81c2f410cc0d4535c6345 Mon Sep 17 00:00:00 2001 From: Giuseppe L'Erario Date: Wed, 19 Jun 2024 10:33:25 +0200 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1a2b4584..b4a2029d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -23,6 +23,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Install dependencies run: | + apt install build-essential python -m pip install --upgrade pip pip install .[test] - name: Test with pytest