-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #18 from NSLS-II-HXN/deploy-2020-2
Fixes to work with collection-2021* conda envs
- Loading branch information
Showing
19 changed files
with
1,533 additions
and
337 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
#!/bin/bash | ||
|
||
# cp -v <...> ~/.ipython/profile_${TEST_PROFILE}/... | ||
# TODO: watch for https://github.com/NSLS-II-HXN/hxnfly/pull/8 to be | ||
# merged/released, then this install can be removed from here. | ||
python3 -m pip install --no-deps -vv git+https://github.com/NSLS-II-HXN/hxnfly@master | ||
|
||
conda install -y -c ${CONDA_CHANNEL_NAME} 03-id-hxn-collection | ||
sudo mkdir -v -p /home/xf03id/ | ||
sudo chown -Rv $USER: /home/xf03id/ | ||
touch /home/xf03id/benchmark.out |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.