Skip to content

Commit

Permalink
pipeline fix, hopefully - kamangir/bolt#746
Browse files Browse the repository at this point in the history
  • Loading branch information
kamangir committed Jan 13, 2025
1 parent 2886431 commit 72cfdf2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ pip install roofAI

[![pylint](https://github.com/kamangir/roofAI/actions/workflows/pylint.yml/badge.svg)](https://github.com/kamangir/roofAI/actions/workflows/pylint.yml) [![pytest](https://github.com/kamangir/roofAI/actions/workflows/pytest.yml/badge.svg)](https://github.com/kamangir/roofAI/actions/workflows/pytest.yml) [![bashtest](https://github.com/kamangir/roofAI/actions/workflows/bashtest.yml/badge.svg)](https://github.com/kamangir/roofAI/actions/workflows/bashtest.yml) [![PyPI version](https://img.shields.io/pypi/v/roofAI.svg)](https://pypi.org/project/roofAI/) [![PyPI - Downloads](https://img.shields.io/pypi/dd/roofAI)](https://pypistats.org/packages/roofAI)

built by ๐ŸŒ€ [`blue_options-4.186.1`](https://github.com/kamangir/awesome-bash-cli), based on ๐Ÿ›๏ธ [`roofAI-5.25.1`](https://github.com/kamangir/roofAI).
built by ๐ŸŒ€ [`blue_options-4.187.1`](https://github.com/kamangir/awesome-bash-cli), based on ๐Ÿ›๏ธ [`roofAI-5.26.1`](https://github.com/kamangir/roofAI).
2 changes: 1 addition & 1 deletion roofAI/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

DESCRIPTION = f"{ICON} everything AI about roofs."

VERSION = "5.25.1"
VERSION = "5.26.1"

MARQUEE = "https://github.com/kamangir/assets/blob/main/2023-10-28-16-28-36-88493-predict.gif?raw=true"

Expand Down
1 change: 0 additions & 1 deletion roofAI/tests/test_semseg_train.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import pytest

from blue_options.string import random
from blue_objects import objects
from blue_objects.mlflow import cache

Expand Down

0 comments on commit 72cfdf2

Please # to comment.