Skip to content

Commit

Permalink
fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Morris committed Sep 5, 2023
1 parent 4a654f2 commit 31bec58
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,16 @@ jobs:
- name: Start MongoDB
uses: supercharge/[email protected]

- name: Start Sirepo Docker container
uses: NSLS-II/start-sirepo-action@v2
with:
docker-binary: docker
# - name: Start Sirepo Docker container
# uses: NSLS-II/start-sirepo-action@v2
# with:
# docker-binary: docker

- name: Copy databroker config file
run: |
set -vxeuo pipefail
mkdir -v -p ~/.config/databroker/
wget https://raw.githubusercontent.com/NSLS-II/sirepo-bluesky/main/examples/local.yml -O ~/.config/databroker/local.yml
# - name: Copy databroker config file
# run: |
# set -vxeuo pipefail
# mkdir -v -p ~/.config/databroker/
# wget https://raw.githubusercontent.com/NSLS-II/sirepo-bluesky/main/examples/local.yml -O ~/.config/databroker/local.yml

- name: Set up Python ${{ matrix.python-version }} with conda
uses: conda-incubator/setup-miniconda@v2
Expand Down Expand Up @@ -72,5 +72,5 @@ jobs:
- name: Test with pytest
run: |
set -vxeuo pipefail
coverage run -m pytest -vv -s
coverage run -m pytest -vv -s -m test_func
coverage report -m
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ ortools
scipy
shadow3
sirepo-bluesky
srwpy
srwpy==4.0.0b1
tables
torch

0 comments on commit 31bec58

Please sign in to comment.