Skip to content

Commit

Permalink
CI: test distro Python install on Ubuntu Jammy (22.04 LTS) (scipy#16552)
Browse files Browse the repository at this point in the history
  • Loading branch information
rgommers authored Jul 5, 2022
1 parent b1991c5 commit fcc0797
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/linux_meson.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,25 +102,19 @@ jobs:
test_venv_install:
name: Pip install into venv
if: "github.repository == 'scipy/scipy' || github.repository == ''"
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
with:
submodules: recursive

- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
cache-dependency-path: 'environment.yml'

- name: Install Ubuntu dependencies
run: |
# We're not running the full test suite here, only testing the install
# into a venv is working, so leave out optional dependencies. That's
# also why we can get away with an old version of OpenBLAS from Ubuntu
sudo apt-get update
sudo apt-get install -y libopenblas-dev pkg-config gfortran
sudo apt-get install -y python3-dev libopenblas-dev pkg-config gfortran
- name: Create venv, install SciPy
run: |
Expand Down

0 comments on commit fcc0797

Please sign in to comment.