We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ce1876 commit 7ec0a97Copy full SHA for 7ec0a97
.github/workflows/ci.yml
@@ -27,10 +27,10 @@ jobs:
27
- name: Install dependencies
28
run: >
29
sudo apt-get update &&
30
- sudo apt-get install -y libenchant-dev
+ sudo apt-get install -y libenchant-2-dev libxml2-dev libxslt-dev
31
if: runner.os == 'Linux'
32
33
- run: brew install enchant podman
+ run: brew install enchant
34
if: runner.os == 'macOS'
35
- name: Set up Python
36
uses: actions/setup-python@v4
0 commit comments