From 78155aa1405937f473af541651f2c2dc69f30231 Mon Sep 17 00:00:00 2001 From: venvis <127123047+venvis@users.noreply.github.com> Date: Wed, 1 May 2024 16:38:46 +0200 Subject: [PATCH] Update github-actions.yml --- .github/workflows/github-actions.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 414be81..c0f5887 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -18,6 +18,8 @@ jobs: run: | python -m pip install --upgrade pip pip install -e cellar/ + sudo apt-get update + sudo apt-get install -y libxml2-dev libxslt1-dev # pip install echr-extractor - run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner." - run: echo "🖥️ The workflow is now ready to test your code on the runner."