Skip to content

Commit

Permalink
multi OS fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomaubier committed Jan 27, 2025
1 parent 3d1d37a commit 37932ac
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,20 @@ name: CoperniFUS viewer

on: [push]

on:
push:
branches:
- main
pull_request:

jobs:
build:
test:
runs-on: ${{ matrix.os }}

runs-on: [macos-latest, ubuntu-latest, windows-latest]
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ['3.12']

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# CoperniFUS

[Tests](https://github.com/Tomaubier/CoperniFUS/.github/workflows/python-app.yml/badge.svg)

## Key features

### BrainGlobe + Structure highlighting
Expand Down

0 comments on commit 37932ac

Please sign in to comment.