From 07fb8d42aeef21e29910006213d05002c89c97b7 Mon Sep 17 00:00:00 2001 From: carlosuc3m <49989524+carlosuc3m@users.noreply.github.com> Date: Mon, 18 Dec 2023 19:38:11 +0100 Subject: [PATCH] start creting the jdll ci --- .github/workflows/bioimageio_ci.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/workflows/bioimageio_ci.yml diff --git a/.github/workflows/bioimageio_ci.yml b/.github/workflows/bioimageio_ci.yml new file mode 100644 index 00000000..b5856095 --- /dev/null +++ b/.github/workflows/bioimageio_ci.yml @@ -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