Skip to content

Commit 6abf2b1

Browse files
committed
sxt key in pyproject
1 parent bd2fce4 commit 6abf2b1

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
- name: Install Murfey
7878
run: |
7979
set -eux
80-
pip install --disable-pip-version-check -e "."[cicd,server,developer]
80+
pip install --disable-pip-version-check -e "."[cicd,server,developer,sxt]
8181
8282
- uses: shogo82148/actions-setup-mysql@v1
8383
with:

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ server = [
7171
smartem = [
7272
"smartem-decisions[backend]",
7373
]
74+
sxt = [
75+
"txrm2tiff",
76+
]
7477
[project.urls]
7578
Bug-Tracker = "https://github.com/DiamondLightSource/python-murfey/issues"
7679
Documentation = "https://github.com/DiamondLightSource/python-murfey"

0 commit comments

Comments
 (0)