Skip to content

Commit 39f9e85

Browse files
author
bgeurten
committed
reRandom Stats repo
1 parent 300f1c2 commit 39f9e85

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
python -m pip install --upgrade pip
3131
pip install -e ".[dev]"
3232
pip install -r docs/requirements.txt
33-
pip install git+https://github.com/zerotonin/reRandomStats.git
33+
pip install git+https://github.com/zerotonin/reRandomStats.git || true
3434
3535
- name: Build Sphinx documentation
3636
run: |

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: |
2424
python -m pip install --upgrade pip
2525
pip install -e ".[dev]"
26-
pip install git+https://github.com/zerotonin/reRandomStats.git
26+
pip install git+https://github.com/zerotonin/reRandomStats.git || true
2727
pytest -v
2828
2929
build-and-release:

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: |
2828
python -m pip install --upgrade pip
2929
pip install -e ".[dev]"
30-
pip install git+https://github.com/zerotonin/reRandomStats.git
30+
pip install git+https://github.com/zerotonin/reRandomStats.git || echo "reRandomStats not available — skipping dependent tests"
3131
3232
- name: Run tests with coverage
3333
run: |

0 commit comments

Comments
 (0)