Skip to content

Commit 57aa0b1

Browse files
authored
Merge pull request #1 from USACE-WaterManagement/update_install
Fix scripts path and add cwms-clu
2 parents 8362558 + 1a13ea5 commit 57aa0b1

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
version:
1010
description: 'Version number'
1111
required: true
12-
default: '0.8'
12+
default: '0.81'
1313

1414
# Permissions for creating releases
1515
permissions:

jython_scripts/install_python.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ def _add_to_user_path(self, env_var_name):
319319

320320
paths_to_add_str = [
321321
"%{}%".format(env_var_name),
322-
"%{}\\Scripts%".format(env_var_name)
322+
"%{}%\\Scripts".format(env_var_name)
323323
]
324324

325325
expanded_paths_to_add = [os.path.normpath(os.path.expandvars(p)) for p in paths_to_add_str]

requirements_binary_only.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,4 @@ dataretrieval
4242
hyswap
4343
hecdss
4444
metar
45+
git+https://github.com/HydrologicEngineeringCenter/cwms-cli.git@main

0 commit comments

Comments
 (0)