File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 56
56
path : ~/.cache/pypoetry/virtualenvs
57
57
key : ${{ runner.os }}-poetry-${{ matrix.python-version }}-${{ hashFiles('poetry.lock') }}
58
58
- name : Install dependencies
59
- run : poetry install
59
+ run : poetry install --without simulated-data
60
60
61
61
# Configure s4cmd
62
62
- name : Add keys to s4cmd config
Original file line number Diff line number Diff line change @@ -45,10 +45,12 @@ requests = "2.31.0"
45
45
pytest-cov = " ^3.0.0"
46
46
coverage = " ^6.4.4"
47
47
fabric = " ^3.1.0"
48
- epac-data-sim = {
git =
" [email protected] :CentralLaserFacility/EPAC-DataSim.git" }
49
48
pytest-asyncio = " ^0.21.0"
50
49
s4cmd = " ^2.1.0"
51
50
51
+ [tool .poetry .group .simulated-data .dependencies ]
52
+ epac-data-sim = {
git =
" [email protected] :CentralLaserFacility/EPAC-DataSim.git" }
53
+
52
54
[tool .coverage .paths ]
53
55
source = [" operationsgateway_api" ]
54
56
You can’t perform that action at this time.
0 commit comments