diff --git a/.github/workflows/unittests.yml b/.github/workflows/unittests.yml index 458aeea6..c02838bc 100644 --- a/.github/workflows/unittests.yml +++ b/.github/workflows/unittests.yml @@ -22,11 +22,11 @@ jobs: - ci/311.yml - ci/312.yml include: - - environment-file: .ci/311.yml + - environment-file: ci/311.yml os: macos-latest - - environment-file: .ci/311.yml + - environment-file: ci/311.yml os: macos-14 # Apple Silicon - - environment-file: .ci/311.yml + - environment-file: ci/311.yml os: windows-latest defaults: run: @@ -40,7 +40,7 @@ jobs: with: environment-file: ${{ matrix.environment-file }} micromamba-version: 'latest' - + - name: Test segregation run: | coverage run -m pytest \