From 1e341b23f40c12b8d7de1fd426e95527ff70614a Mon Sep 17 00:00:00 2001 From: Mathias Hauser Date: Wed, 29 May 2024 21:21:45 +0200 Subject: [PATCH] GHA: remove version info (#114) --- .github/workflows/ci-additional.yaml | 4 ---- .github/workflows/ci.yaml | 4 ---- 2 files changed, 8 deletions(-) diff --git a/.github/workflows/ci-additional.yaml b/.github/workflows/ci-additional.yaml index d0451f6..ee1e034 100644 --- a/.github/workflows/ci-additional.yaml +++ b/.github/workflows/ci-additional.yaml @@ -47,10 +47,6 @@ jobs: - name: Install mplotutils run: | python -m pip install --no-deps -e . - - name: Version info - run: | - conda info -a - conda list - name: Import mplotutils run: | python -c "import mplotutils" diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 31d8df4..61ddbcb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -43,10 +43,6 @@ jobs: - name: Install mplotutils run: | python -m pip install --no-deps -e . - - name: Version info - run: | - conda info -a - conda list - name: Import mplotutils run: | python -c "import mplotutils"