From dd46763e48285546d9585f151650141eb5b75d84 Mon Sep 17 00:00:00 2001 From: giumas Date: Sun, 30 Jun 2024 17:49:30 +0200 Subject: [PATCH] fix for BAG on Linux --- .github/workflows/bag_on_linux.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/bag_on_linux.yml b/.github/workflows/bag_on_linux.yml index f973ad4..83e9775 100644 --- a/.github/workflows/bag_on_linux.yml +++ b/.github/workflows/bag_on_linux.yml @@ -22,6 +22,8 @@ jobs: - name: Install dependencies run: | conda config --add channels conda-forge + conda remove python + conda install python -c defaults conda install appdirs cartopy gdal matplotlib-base numpy psutil pyproj qt-material conda install h5py python-dateutil lxml pip install PySide6