Skip to content

Commit 02e5e8d

Browse files
committed
set wd
1 parent 7200c21 commit 02e5e8d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ jobs:
77
matrix:
88
os: [Ubuntu-latest, windows-latest, macos-latest]
99
fail-fast: false
10-
10+
defaults:
11+
run:
12+
working-directory: ./seed_inference_tutorial
1113
steps:
1214
- uses: actions/checkout@v4
1315
- name: Set up Python
@@ -19,7 +21,6 @@ jobs:
1921
python -m pip install --upgrade pip
2022
pip install seed2lp
2123
pip install git+https://github.com/cfrioux/NetSeedPy.git@main
22-
cd seed_inference_tutorial
2324
- run: seed2lp network sbml/toy-model.xml sbml-norm/ -wf
2425
- run: netseedpy --sbml sbml-norm/toy-model.xml --format enumeration --max 100
2526
- run: seed2lp target sbml/toy-model.xml results/s2lp/toy-model/ -so reasoning -m subsetmin -nbs 5 -tl 10 --accumulation

0 commit comments

Comments
 (0)