Skip to content

Commit

Permalink
Need apt-get update to find package
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Sassoulas committed Dec 19, 2023
1 parent 628959a commit 511f52b
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
Expand Up @@ -20,6 +20,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -yqq texlive-latex-base gettext texlive-pictures texlive-latex-extra
sudo apt-get install -yqq texlive-xetex libblas-dev liblapack-dev libatlas-base-dev gfortran
pip3 install -e ".[dev]"
Expand Down

0 comments on commit 511f52b

Please sign in to comment.