Skip to content

Commit

Permalink
start creting the jdll ci
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosuc3m authored Dec 18, 2023
1 parent 1a2d6f8 commit 07fb8d4
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/bioimageio_ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Bioimage.io CI
on:
concurrency:
group: test-resources
cancel-in-progress: true
jobs:
build-and-run:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest] # macos-10.15,
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Python 3.9
uses: actions/setup-python@v4
with:
python-version: 3.9
- name: Download all engines
run: |
python download-engines.py

0 comments on commit 07fb8d4

Please sign in to comment.