bluesky / ophyd

hardware abstraction in Python with an emphasis on EPICS
https://blueskyproject.io/ophyd
BSD 3-Clause "New" or "Revised" License
51 stars 79 forks source link

Test on prereleases of bluesky, event-model. #1217

Closed danielballan closed 1 month ago

danielballan commented 1 month ago

This adds a single build to the matrix that tests against prereleases of bluesky and event-model.

Relevant section of GH Actions docs: https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/running-variations-of-jobs-in-a-workflow#example-adding-configurations

danielballan commented 1 month ago

Confirmed that the "prerelease" build added by this PR indeed installed the event-model prerelease:

Successfully installed event-model-1.22.1rc1

link to log line

All tests pass.