From 791c5ec477e2cb30bb8ab1c63fec6d2b08cbc13a Mon Sep 17 00:00:00 2001 From: Travis Hathaway Date: Mon, 20 Mar 2023 09:30:21 +0100 Subject: [PATCH 1/2] testing the use of mamba with test runners --- .github/workflows/tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f3579b7..6ec1b20 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -31,6 +31,8 @@ jobs: conda update -n base -c defaults conda conda env update --file environment.yml --name base conda install --file requirements.dev.txt + conda --version + conda install --yes -c conda-forge mamba - name: Install latz run: | pip install -e . From b660aa87ee9d031a0dcee4c376dd4fe0c5c733f3 Mon Sep 17 00:00:00 2001 From: Travis Hathaway Date: Mon, 20 Mar 2023 09:38:33 +0100 Subject: [PATCH 2/2] testing different version of ubuntu --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1287d4a..141e0f0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -11,7 +11,7 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: Ubuntu-20.04 strategy: matrix: python-version: ["3.10"]