Skip to content

Commit 648455b

Browse files
authored
Merge pull request #2 from MiraGeoscience/release/0.1.0
Release/0.1.0
2 parents c107feb + 2ee12ad commit 648455b

40 files changed

Lines changed: 13255 additions & 5702 deletions

.github/workflows/pytest-unix-os.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ concurrency:
2121
cancel-in-progress: true
2222

2323
env:
24-
source_dir: my_app
24+
source_dir: geoapps_utils
2525

2626
jobs:
2727
pytest:

.github/workflows/pytest-windows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ concurrency:
2121
cancel-in-progress: true
2222

2323
env:
24-
source_dir: my_app
24+
source_dir: geoapps_utils
2525

2626
jobs:
2727
pytest:

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ concurrency:
2121
cancel-in-progress: true
2222

2323
env:
24-
source_dir: my_app
24+
source_dir: geoapps_utils
2525

2626
jobs:
2727
pre-commit:

Install_or_Update.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ if !errorlevel! neq 0 (
99

1010
set PY_VER=3.10
1111

12-
set ENV_NAME=my_app
12+
set ENV_NAME=geoapps_utils
1313
set MY_CONDA=!MY_CONDA_EXE:"=!
1414
cd %~dp0
1515
set PYTHONUTF8=1

0 commit comments

Comments
 (0)