Skip to content

Commit

Permalink
CI: install Bluesky from a fixed branch
Browse files Browse the repository at this point in the history
  • Loading branch information
dmgav committed Feb 11, 2024
1 parent 7c2627a commit 2bf42c5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ jobs:
pip install .
pip install -r requirements-dev.txt
pip install "pydantic${{ matrix.pydantic-version }}"
# Install Bluesky from fixed branch (remove when the PR is merged)
pip install git+https://github.com/tacaswell/bluesky@fix/1event_rewind
pip list
- name: Test with pytest
env:
Expand Down

0 comments on commit 2bf42c5

Please sign in to comment.