Skip to content

Commit

Permalink
Try running without in-project environment.
Browse files Browse the repository at this point in the history
  • Loading branch information
nealkruis committed Jan 11, 2024
1 parent de25a0e commit b80aa69
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b80aa69

Please sign in to comment.