File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 : |
Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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 : |
You can’t perform that action at this time.
0 commit comments