From 9cb0a826d8c7c0c379d32360ea2d8f07731ab235 Mon Sep 17 00:00:00 2001 From: eli knaap Date: Wed, 6 Mar 2024 13:06:30 -0800 Subject: [PATCH] leading . --- .github/workflows/unittests.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 \