Skip to content

Commit

Permalink
Do not import old swig library
Browse files Browse the repository at this point in the history
  • Loading branch information
fdabrandao committed Jan 20, 2024
1 parent 55842b6 commit 1f26dd8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion amplpy/ampl.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
from .iterators import EntityMap
from .entity import Entity
from . import exceptions
from . import amplpython

# from . import amplpython

try:
import pandas as pd
Expand Down
3 changes: 1 addition & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ stages:
- bash: |
set -ex
python dev/updatelib.py
python -m pip install setuptools
python setup.py sdist -d upload
pip install .
python setup.py sdist -d upload
cd docs
pip install -r requirements-dev.txt
make html
Expand Down

0 comments on commit 1f26dd8

Please sign in to comment.