From fb2437b2e1d6a612260cf9a88f1c108da88c9b24 Mon Sep 17 00:00:00 2001 From: Adrien Vannson Date: Thu, 16 Jan 2025 13:09:13 +0100 Subject: [PATCH] Don't generate lib --- .github/workflows/compilation.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/compilation.yml b/.github/workflows/compilation.yml index 46c7791c..28bdbf96 100644 --- a/.github/workflows/compilation.yml +++ b/.github/workflows/compilation.yml @@ -54,10 +54,6 @@ jobs: shell: bash run: poetry run poe generate - - name: Compile the lib - shell: bash - run: poetry run poe generate_lib - - name: Publish the compiled files shell: bash run: | @@ -66,7 +62,6 @@ jobs: cp -r tests/output_betterproto tests_betterproto cp -r tests/output_betterproto_pydantic tests_betterproto_pydantic cp -r tests/output_reference tests_reference - cp -r tests/output_lib lib - git add tests_betterproto tests_betterproto_pydantic tests_reference lib + git add tests_betterproto tests_betterproto_pydantic tests_reference git commit -m "Add compilation output" git push --force origin compiled-test-files