diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 7b4d46b5..81dd9dc1 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -87,10 +87,7 @@ jobs: with: version: 1.7.1 virtualenvs-create: true - virtualenvs-in-project: true - - name: Test Poetry - run: poetry -V - working-directory: test + virtualenvs-in-project: false - name: Configure CMake run: cmake -S . -B build -DCMAKE_BUILD_TYPE="${{ matrix.config }}" -D${{ env.REPOSITORY_NAME }}_BUILD_TESTING="ON" -D${{ env.REPOSITORY_NAME }}_STATIC_LIB="${{ steps.cov.outputs.STATIC_LIB }}" -D${{ env.REPOSITORY_NAME }}_COVERAGE="${{ steps.cov.outputs.COVERAGE }}" - name: Build