Skip to content

Commit

Permalink
Test on prereleases of bluesky, event-model.
Browse files Browse the repository at this point in the history
  • Loading branch information
danielballan committed Oct 25, 2024
1 parent 84d9e3d commit 2f09ec0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
prerelease: [false]
# Add one more job that runs on prereleases
include:
- python-version: "3.12"
prerelease: true
runs-on: ubuntu-latest
env:
TEST_CL: pyepics
Expand All @@ -63,6 +68,10 @@ jobs:
- name: Install dependencies
run: pip install --upgrade setuptools && pip install -e .[dev] && pipdeptree

- name: Install prereleases of certain dependencies.
run: pip install --upgrade --pre bluesky event-model
when: matrix.prerelease

- name: Start IOCs in containers.
run: |
source ${GITHUB_WORKSPACE}/scripts/epics_exports.sh
Expand Down

0 comments on commit 2f09ec0

Please sign in to comment.