Skip to content

Commit

Permalink
fix pyyaml install issue
Browse files Browse the repository at this point in the history
  • Loading branch information
leepc12 committed May 13, 2022
1 parent 5217dc9 commit f0ca51e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .isort.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ include_trailing_comma = True
force_grid_wrap = 0
use_parentheses = True
line_length = 88
known_third_party = WDL,autouri,humanfriendly,matplotlib,numpy,pandas,pyhocon,pytest,requests,setuptools,sklearn
known_third_party = WDL,autouri,distutils,humanfriendly,matplotlib,numpy,pandas,pyhocon,pytest,requests,setuptools,sklearn

[mypy-bin]
ignore_errors = True
2 changes: 1 addition & 1 deletion scripts/gcp_caper_server/create_instance.sh
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ sudo psql -d $POSTGRESQL_DB_NAME -c \"create role $POSTGRESQL_DB_USER with super
### upgrade pip and install caper croo
sudo python3 -m pip install --upgrade pip
sudo pip install caper croo
sudo pip install --ignore-installed caper croo
"""

echo "$(date): Google auth with service account key file."
Expand Down

0 comments on commit f0ca51e

Please sign in to comment.