Skip to content

Commit

Permalink
Prep for 0.3.0 release (#188)
Browse files Browse the repository at this point in the history
This uses a branch of acquire-common other than main which incorporates
the fix in acquire-project/acquire-common#44,
but doesn't have to dance around S3-related changes to the storage API.

---------

Co-authored-by: Nathan Clack <[email protected]>
  • Loading branch information
aliddell and nclack authored Apr 25, 2024
1 parent 7f93a2f commit c1ce2a0
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 65 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ jobs:
- ubuntu-latest
- macos-latest
python:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12"
Expand Down
109 changes: 49 additions & 60 deletions .github/workflows/test_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ jobs:
- ubuntu-latest
- macos-latest
python:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12"
Expand Down Expand Up @@ -71,8 +69,6 @@ jobs:
fail-fast: false
matrix:
python:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12"
Expand Down Expand Up @@ -111,57 +107,54 @@ jobs:
run: |
python -m pytest -k test_dcam
# TODO (aliddell): uncomment when we get an eGrabber runner up again
# egrabber:
# name: Python ${{ matrix.python }} (eGrabber)
# runs-on:
# - self-hosted
# - egrabber
# - VC-151MX-M6H00
# timeout-minutes: 20
# strategy:
# fail-fast: false
# matrix:
# python:
# - "3.8"
# - "3.9"
# - "3.10"
# - "3.11"
# - "3.12"

# permissions:
# actions: write
# env:
# GH_TOKEN: ${{ github.token }}
# steps:
# - name: Cancel Previous Runs
# uses: styfle/[email protected]
# with:
# access_token: ${{ github.token }}

# - uses: actions/checkout@v3
# with:
# submodules: true
# ref: ${{ github.event.pull_request.head.sha }}

# - name: Get CMake 3.24
# uses: lukka/get-cmake@latest
# with:
# cmakeVersion: 3.24.3

# - name: Set up Python ${{ matrix.python }}
# uses: actions/setup-python@v4
# with:
# python-version: ${{ matrix.python }}

# - name: Install
# run: |
# pip install --upgrade pip
# pip install -e .[testing]

# - name: Test
# run: |
# python -m pytest -k test_egrabber
egrabber:
name: Python ${{ matrix.python }} (eGrabber)
runs-on:
- self-hosted
- egrabber
- VC-151MX-M6H00
timeout-minutes: 20
strategy:
fail-fast: false
matrix:
python:
- "3.10"
- "3.11"
- "3.12"

permissions:
actions: write
env:
GH_TOKEN: ${{ github.token }}
steps:
- name: Cancel Previous Runs
uses: styfle/[email protected]
with:
access_token: ${{ github.token }}

- uses: actions/checkout@v3
with:
submodules: true
ref: ${{ github.event.pull_request.head.sha }}

- name: Get CMake 3.24
uses: lukka/get-cmake@latest
with:
cmakeVersion: 3.24.3

- name: Set up Python ${{ matrix.python }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}

- name: Install
run: |
pip install --upgrade pip
pip install -e .[testing]
- name: Test
run: |
python -m pytest -k test_egrabber
spinnaker:
name: Python ${{ matrix.python }} (Spinnaker)
Expand All @@ -175,8 +168,6 @@ jobs:
fail-fast: false
matrix:
python:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12"
Expand Down Expand Up @@ -220,14 +211,12 @@ jobs:
runs-on:
- self-hosted
- pvcam
- Prime-BSI
- BSI-Express
timeout-minutes: 20
strategy:
fail-fast: false
matrix:
python:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "3.12"
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "acquire-imaging"
authors = ["Nathan Clack <[email protected]>"]
version = "0.3.0-rc5"
version = "0.3.0-rc6"
edition = "2021"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion drivers.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"acquire-driver-zarr": "0.1.10",
"acquire-driver-zarr": "0.1.11",
"acquire-driver-egrabber": "0.1.5",
"acquire-driver-hdcam": "0.1.9",
"acquire-driver-spinnaker": "0.1.1",
Expand Down

0 comments on commit c1ce2a0

Please sign in to comment.