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