Skip to content

Commit

Permalink
fixup! Abandon container, use aptitude and ppa
Browse files Browse the repository at this point in the history
  • Loading branch information
mmore500 committed Jun 2, 2024
1 parent c893879 commit 56e27db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get install aptitude
sudo aptitude install gcc-7 g++-7 gfortran-7
sudo aptitude install -y gcc-7 g++-7 gfortran-7
sudo apt-get install libpython2.7 # required by paup
python -m pip install --upgrade pip
- name: Install paup
Expand Down

0 comments on commit 56e27db

Please sign in to comment.