From 3834428943d76cf07d887164bb29b351e9581e6d Mon Sep 17 00:00:00 2001 From: Alberto Cattaneo Date: Fri, 17 May 2024 14:08:00 +0000 Subject: [PATCH] ci fix --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 75aa078..487b761 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -24,7 +24,7 @@ jobs: python-version: '3.10' - name: Install dev-requirements run: | - apt install pandoc + sudo apt install pandoc python -m pip install --upgrade pip pip install -r requirements-dev.txt --no-cache-dir shell: bash