Skip to content

Commit

Permalink
Fixed CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dmgav committed May 16, 2022
1 parent 68bee89 commit f9421f3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .ci/bl-specific.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export AZURE_TESTING=1
python3 -m pip install --no-deps -vv git+https://github.com/NSLS-II-HXN/hxnfly@master
python3 -m pip install mpl_qtthread

sudo mkdir -v -p /nsls2/xf05id1/shared/config/
sudo mkdir -v -p /home/xf03id/
sudo chown -Rv $USER: /home/xf03id/
touch /home/xf03id/benchmark.out
3 changes: 2 additions & 1 deletion startup/00-startup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
import warnings
from collections import deque
from datetime import datetime, timedelta, tzinfo
from pathlib import Path

# The following code allows to call Matplotlib API from threads (experimental)
# Requires https://github.com/tacaswell/mpl-qtthread (not packaged yet)
Expand Down Expand Up @@ -400,7 +401,7 @@ def insert(self, name, doc):
from bluesky.magics import BlueskyMagics

from bluesky.utils import PersistentDict
runengine_metadata_dir = "/nsls2/data/hxn/shared/config/runengine-metadata"
runengine_metadata_dir = Path("/nsls2/data/hxn/shared/config/runengine-metadata")
RE.md = PersistentDict(runengine_metadata_dir)

# set some default meta-data
Expand Down

0 comments on commit f9421f3

Please sign in to comment.