Skip to content

Commit

Permalink
Solve import conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
coldfix committed Apr 29, 2015
1 parent 4c61121 commit 268d269
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,11 @@ install:
# powershell:
- ps: "pip install (ls dist\\* | % {\"$_\"})"

# prevent python from accidentally importing the cpymad package from the
# local check-out - we want the installed package, as only it contains the
# libmadx.pyd binary:
- "rd /s /q cpymad"

# Log final environment variables and cache contents
- "set"
- ps: "ls $env:PIP_WHEEL_DIR"
Expand Down

0 comments on commit 268d269

Please sign in to comment.