Skip to content

Commit

Permalink
changed automated tests to use stable versions of METplotpy/METcalcpy…
Browse files Browse the repository at this point in the history
…/METdatadb to avoid breaking the tests
  • Loading branch information
georgemccabe committed May 27, 2021
1 parent 27da98d commit dc01390
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ci/parm/Externals_metcalcpy.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ local_path = ../METcalcpy
protocol = git
required = True
repo_url = https://github.com/dtcenter/METcalcpy
branch = develop
branch = v1.0.0

[externals_description]
schema_version = 1.0.0
2 changes: 1 addition & 1 deletion ci/parm/Externals_metdatadb.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ local_path = ../METdatadb
protocol = git
required = True
repo_url = https://github.com/dtcenter/METdatadb
branch = develop
branch = v1.0.0

[externals_description]
schema_version = 1.0.0
2 changes: 1 addition & 1 deletion ci/parm/Externals_metplotpy.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ local_path = ../METplotpy
protocol = git
required = True
repo_url = https://github.com/dtcenter/METplotpy
branch = develop
branch = v1.0.0

[externals_description]
schema_version = 1.0.0

0 comments on commit dc01390

Please sign in to comment.