From 3949d583d73d8264dd83c9a7eb751b633d0a110d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dieter=20Werthm=C3=BCller?= Date: Mon, 14 Oct 2024 17:18:16 +0200 Subject: [PATCH] add simpeg to tests --- .github/workflows/linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index eb06d98d..61615c39 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -47,7 +47,7 @@ jobs: - python-version: "3.11" name: full os: ubuntu - conda: "scipy numba 'empymod>=2.3.2' xarray tqdm h5py discretize matplotlib" + conda: "scipy numba 'empymod>=2.3.2' xarray tqdm h5py discretize matplotlib 'simpeg>=0.22.1'" - python-version: "3.12" name: plain os: ubuntu