Skip to content

Commit

Permalink
Add imagemagick dependency for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ElleNajt committed Jan 1, 2025
1 parent 7b2711c commit 02acf19
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/org_babel_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,12 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Install Python dependencies
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y imagemagick
python -m pip install --upgrade pip
pip install pandas
pip install pandas tabulate
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main

Expand Down

0 comments on commit 02acf19

Please sign in to comment.