From 7813682a9fa02444adcd3bb1fd8c4f1428685da6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Randy=20D=C3=B6ring?= <30527984+radoering@users.noreply.github.com> Date: Tue, 27 Dec 2022 16:59:07 +0100 Subject: [PATCH] temp: no poetry-plugin-export tests due incompatibility with poetry-core from branch --- .github/workflows/main.yml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 07d6b32a62b..c8a63f96d90 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -98,22 +98,6 @@ jobs: POETRY_TEST_INTEGRATION_GIT_PASSWORD: ${{ secrets.GITHUB_TOKEN }} run: poetry run pytest --integration -v - - name: Get Plugin Version (poetry-plugin-export) - id: poetry-plugin-export-version - run: | - echo version=$(poetry show poetry-plugin-export | grep version | cut -d : -f 2 | xargs) >> $GITHUB_OUTPUT - - - name: Checkout Plugin Source (poetry-plugin-export) - uses: actions/checkout@v3 - with: - path: poetry-plugin-export - repository: python-poetry/poetry-plugin-export - ref: refs/tags/${{ steps.poetry-plugin-export-version.outputs.version }} - - - name: Run pytest (poetry-plugin-export) - run: poetry run pytest -v poetry-plugin-export/tests/ - - name: Check for clean working tree run: | git diff --exit-code --stat HEAD - git -C poetry-plugin-export diff --exit-code --stat HEAD