Skip to content

Commit

Permalink
Merge pull request #720 from mv1388/python_env_version_change
Browse files Browse the repository at this point in the history
Update conda env name
  • Loading branch information
mv1388 committed Aug 1, 2022
2 parents 10aedaa + 0732efd commit ab08c77
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build_package.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

source activate py36
source activate py39

build_documentation=false
run_unittests=true
Expand Down
Binary file modified dist/aitoolbox-1.6.0-py3-none-any.whl
Binary file not shown.
Binary file modified dist/aitoolbox-1.6.0.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion doc_build.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

source activate py36
source activate py39

clean_build=false

Expand Down
2 changes: 1 addition & 1 deletion install_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
pkgversion=$1
uninstallPrevious=$2

source activate py36
source activate py39

if [ $uninstallPrevious == "--uninstall" ]; then
sudo pip uninstall aitoolbox
Expand Down

0 comments on commit ab08c77

Please sign in to comment.