Skip to content

Commit

Permalink
CI: github actions: In the linux dbg tests, update apt before install…
Browse files Browse the repository at this point in the history
… packages.
  • Loading branch information
WarrenWeckesser authored and tylerjereddy committed Dec 21, 2020
1 parent caa3eb2 commit 5e5ec9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/linux.yml
Expand Up @@ -19,6 +19,7 @@ jobs:
- uses: actions/checkout@v2
- name: Configuring Test Environment
run: |
sudo apt-get update
sudo apt install python3.7-dbg python3.7-dev libatlas-base-dev liblapack-dev gfortran libgmp-dev libmpfr-dev libsuitesparse-dev ccache swig libmpc-dev
free -m
python3.7-dbg --version # just to check
Expand Down

0 comments on commit 5e5ec9f

Please sign in to comment.