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."