From 1c349f35d67d71f3f189adc3f464799f2792af1f Mon Sep 17 00:00:00 2001 From: Marvin Kastner Date: Tue, 12 Dec 2023 11:38:08 +0100 Subject: [PATCH] drop show-version line --- .github/workflows/installation-from-remote.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/installation-from-remote.yaml b/.github/workflows/installation-from-remote.yaml index 6dd2d94..08f9602 100644 --- a/.github/workflows/installation-from-remote.yaml +++ b/.github/workflows/installation-from-remote.yaml @@ -42,7 +42,6 @@ jobs: - name: Run tests run: | conda activate test-install-conflowgen - python -c 'import conflowgen; print(conflowgen.__version__)' python -m pytest --pyargs conflowgen build-conda-on-linux: @@ -77,7 +76,6 @@ jobs: run: | eval "$(conda shell.bash hook)" conda activate test-install-conflowgen - python -c 'import conflowgen; print(conflowgen.__version__)' python -m pytest --pyargs conflowgen build-pip: @@ -111,5 +109,4 @@ jobs: - name: Run tests run: | - python -c 'import conflowgen; print(conflowgen.__version__)' python -m pytest --pyargs conflowgen