Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
fix CI error caused by the newest identify not supprot python2 (#957)
Browse files Browse the repository at this point in the history
  • Loading branch information
Avin0323 authored Mar 1, 2021
1 parent 663dc36 commit ed913b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ addons:
- golang
ssh_known_hosts: 13.229.163.131
before_install:
- sudo pip install -U virtualenv pre-commit pip
- sudo pip install -U virtualenv pre-commit pip identify==1.5.9
- GOPATH=/tmp/go go get -u github.com/wangkuiyi/ipynb/markdown-to-ipynb
script:
- PATH=/tmp/go/bin:$PATH .travis/precommit.sh
Expand Down

0 comments on commit ed913b6

Please sign in to comment.