Skip to content

Commit c106849

Browse files
update instructions + CI
1 parent 6ef0943 commit c106849

2 files changed

Lines changed: 3 additions & 10 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
use-mamba: false
2020
channels: conda-forge
2121

22-
- name: Install pytest
22+
- name: Install package
2323
shell: bash -l {0}
2424
run: |
25-
conda install pytest pytest-cov codecov
25+
pip install -e .[dev]
2626
2727
- name: Run tests
2828
shell: bash -l {0}

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,12 @@ conda env create -f environment.yml
1515
conda activate libra_sparging
1616
```
1717

18-
1918
```
20-
python model.py
19+
python -m pip install -e .[dev]
2120
```
2221

2322
## How to run tests
2423

25-
1. Install pytest
26-
27-
```
28-
python -m pip install pytest
29-
```
30-
3124
```
3225
python -m pytest test
3326
```

0 commit comments

Comments
 (0)