Skip to content

Commit

Permalink
DEV : Use EDM 3.2.3 instead of EDM 3.0.1 (#908)
Browse files Browse the repository at this point in the history
modified:   .travis.yml
	modified:   appveyor.yml
  • Loading branch information
Poruri Sai Rahul authored Mar 23, 2021
1 parent 6581385 commit 2dae9b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ addons:

env:
global:
- INSTALL_EDM_VERSION=3.0.1
- INSTALL_EDM_VERSION=3.2.3
PYTHONUNBUFFERED="1"

matrix:
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ environment:

global:
PYTHONUNBUFFERED: "1"
INSTALL_EDM_VERSION: "3.0.1"
INSTALL_EDM_VERSION: "3.2.3"

matrix:
- RUNTIME: '3.6'
Expand Down

0 comments on commit 2dae9b4

Please sign in to comment.