Skip to content

Commit

Permalink
update python if 3.7.4 h265db76_0
Browse files Browse the repository at this point in the history
  • Loading branch information
kangwonlee committed Aug 17, 2019
1 parent 5333e5c commit 5c7f145
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions install_nix_win_cache.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,9 @@ else
fi;
conda activate test-environment
conda list

# python 3.7.4 linux h265db76_0 might have cython filename issue

if [ conda list | grep ^python.*3.7.4.*h265db76_0 ]; then
conda install python=3.7.4;
fi;

0 comments on commit 5c7f145

Please sign in to comment.