Skip to content

Commit

Permalink
Merge pull request #615 from ZLLentz/maint_fix_ci
Browse files Browse the repository at this point in the history
BLD: pin pcdsdevices to try to fix CI
  • Loading branch information
ZLLentz authored Jun 20, 2024
2 parents 86ef472 + 8559a73 commit 9a1664a
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ test:
- ipython>=7.16
- jinja2<3.1
- line_profiler
- pcdsdevices
- pcdsdevices>=8.4.0
- pytest
- pytest-benchmark
- pytest-qt
Expand Down
2 changes: 1 addition & 1 deletion dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ flake8
ipython>=7.16
jinja2<3.1
line_profiler
pcdsdevices
pcdsdevices>=8.4.0
pytest
pytest-benchmark
pytest-cov
Expand Down
22 changes: 22 additions & 0 deletions docs/source/upcoming_release_notes/615-maint_fix_ci.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
615 maint_fix_ci
################

API Breaks
----------
- N/A

Features
--------
- N/A

Bugfixes
--------
- N/A

Maintenance
-----------
- In dev/test requirements, pin pcdsdevices to current latest to fix the CI builds.

Contributors
------------
- zllentz

0 comments on commit 9a1664a

Please sign in to comment.