https://gitlab.opengeosys.org/ogs/ogs.git
Revision 4d67e9915bb2801177a7e8d7db792c3f271fc7da authored by Lars Bilke on 12 January 2022, 20:45:09 UTC, committed by Lars Bilke on 20 January 2022, 08:44:33 UTC
Only call `poetry add` when there are new Python package requirements.
1 parent 305a509
Raw File
Tip revision: 4d67e9915bb2801177a7e8d7db792c3f271fc7da authored by Lars Bilke on 12 January 2022, 20:45:09 UTC
[cmake,poetry] Cache installation info and install Notebook requirements.
Tip revision: 4d67e99
.gitattributes
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto

# Gocad T Surface files should always be converted to native line endings.
*.ts text

# Enable style checks on source files
*.h   hooks.style=uncrustify
*.cpp hooks.style=uncrustify
*.hpp hooks.style=uncrustify
back to top