From cfabc2e6dcea3d013bf53c9262bb69203cffda2d Mon Sep 17 00:00:00 2001 From: Henry Wright Date: Wed, 4 Sep 2024 15:40:35 +0100 Subject: [PATCH] test2 --- .github/workflows/ci-tests.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 4c0d6d5cd9..1b4282fa79 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -57,10 +57,6 @@ jobs: - name: "checkout" uses: actions/checkout@v4 - - name: "print env" - run: - echo env - - name: "environment configure" env: # Maximum cache period (in weeks) before forcing a cache refresh. @@ -83,6 +79,11 @@ jobs: cache_period: ${{ env.CACHE_PERIOD }} env_name: ${{ env.ENV_NAME }} + - name: "conda info" + run: | + conda info + conda list + - name: "conda install" uses: conda-incubator/setup-miniconda@v3 with: