Skip to content

Commit d485054

Browse files
authored
chore: update files for new gitflow (#227) (#228)
* chore: update files for new-release * chore: update files for new gitflow
1 parent d0154ac commit d485054

File tree

4 files changed

+3
-11
lines changed

4 files changed

+3
-11
lines changed

.env

Lines changed: 0 additions & 1 deletion
This file was deleted.

.github/workflows/feature-workflow.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
pull_request:
55
branches:
66
- main
7+
- develop
78
- 'feature/*'
89
- 'bugfix/*'
910
paths-ignore:

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,5 @@ docs/build
3535
.ruff_cache
3636
.pytest_cache
3737
docs/**/*.ipynb
38-
src/*.ipynb
38+
src/*.ipynb
39+
.env

README.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -104,15 +104,6 @@ python -m pip install cylp
104104
brew install cmake
105105
```
106106

107-
**Explainability Visualization Tools:**
108-
109-
Install GraphViz:
110-
111-
```bash
112-
sudo apt update
113-
sudo apt-get install graphviz
114-
```
115-
116107
### Contributing
117108

118109
We welcome contributions from the community To learn more about contributing to Holistic AI, please refer to our [Contributing Guide](CONTRIBUTING.md).

0 commit comments

Comments
 (0)