Skip to content

Commit

Permalink
pipeline debug - kamangir/bolt#746
Browse files Browse the repository at this point in the history
  • Loading branch information
kamangir committed Jan 13, 2025
1 parent 20985ee commit 82783cc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 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.187.1`](https://github.com/kamangir/awesome-bash-cli), based on ๐Ÿ›๏ธ [`roofAI-5.27.1`](https://github.com/kamangir/roofAI).
built by ๐ŸŒ€ [`blue_options-4.187.1`](https://github.com/kamangir/awesome-bash-cli), based on ๐Ÿ›๏ธ [`roofAI-5.28.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.27.1"
VERSION = "5.28.1"

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

Expand Down
7 changes: 7 additions & 0 deletions roofAI/tests/test_env.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from abcli.tests.test_env import test_abcli_env
from blue_objects.tests.test_env import test_blue_objects_env
from blue_objects.env import ABCLI_MLFLOW_EXPERIMENT_PREFIX

from roofAI import env

Expand All @@ -11,3 +12,9 @@ def test_required_env():

def test_blue_plugin_env():
assert env.ROOFAI_TEST_SEMSEG_DATASET


def test_debug():
assert (
ABCLI_MLFLOW_EXPERIMENT_PREFIX == "/Users/kamangirblog@gmail.com/"
), ABCLI_MLFLOW_EXPERIMENT_PREFIX

0 comments on commit 82783cc

Please # to comment.