Skip to content

Commit

Permalink
leading .
Browse files Browse the repository at this point in the history
  • Loading branch information
knaaptime committed Mar 6, 2024
1 parent e5559a6 commit 9cb0a82
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -40,7 +40,7 @@ jobs:
with:
environment-file: ${{ matrix.environment-file }}
micromamba-version: 'latest'

- name: Test segregation
run: |
coverage run -m pytest \
Expand Down

0 comments on commit 9cb0a82

Please sign in to comment.