Skip to content

Commit b96f6b4

Browse files
authored
Update configure-packages.py
1 parent 39703c1 commit b96f6b4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

FHIRValidationAction/scripts/configure-packages.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
config_path = os.path.join(script_dir, "config.json")
1616

1717
#for github actions
18-
#test_script_repo_path = f"{Path.cwd()}/validation"
19-
#package_path = Path.cwd()
18+
test_script_repo_path = f"{Path.cwd()}/validation"
19+
package_path = Path.cwd()
2020

2121
#for testing locally
22-
test_script_repo_path = "."
23-
package_path = "./test"
22+
#test_script_repo_path = "."
23+
#package_path = "./test"
2424

2525
with open(config_path,"r") as f:
2626
config = json.load(f)

0 commit comments

Comments
 (0)