Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add cffi to CI
Browse files Browse the repository at this point in the history
akrabat committed Sep 25, 2024
1 parent 9ba19a0 commit 7ec657a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -30,6 +30,7 @@ jobs:
python -m pip install --upgrade pip
pip install --upgrade setuptools
pip install pytest pre-commit
pip install cffi
- name: Install dependencies for Python
run: |
pip install -c requirements.txt -e .[tests,sphinx,svgsupport,aafiguresupport,mathsupport,rawhtmlsupport]

0 comments on commit 7ec657a

Please sign in to comment.