Skip to content

Commit

Permalink
Issue #88: workaround to SQLAlchemy problem
Browse files Browse the repository at this point in the history
  • Loading branch information
fernanqv committed Mar 20, 2023
1 parent e3fe59b commit 8ed98b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
echo $CONDA/bin >> $GITHUB_PATH
# - run: conda install pycrypto docopt sqlalchemy python-dateutil
# - run: cd ..; git clone https://github.com/SantanderMetGroup/DRM4G; cd DRM4G; find ./ -name *.c| xargs touch ;find ./ -name *.h| xargs touch; pip install .; cd -
- run: SHELL=/bin/sh pip install SQLAlchemy==1.4.41
- run: SHELL=/bin/sh pip install pyopenssl --upgrade
- run: SHELL=/bin/sh pip install -e .
# - name: Install dependencies
# run: |
Expand Down

0 comments on commit 8ed98b1

Please sign in to comment.