mirror of
https://github.com/bspeice/dtparse
synced 2024-11-14 09:58:09 -05:00
Try pip install --user
This commit is contained in:
parent
4db4b265cf
commit
445464a3c0
@ -1,5 +1,4 @@
|
|||||||
language: rust
|
language: rust
|
||||||
sudo: required
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
@ -18,6 +17,6 @@ matrix:
|
|||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- set -e
|
- set -e
|
||||||
- pip install python-dateutil
|
- pip install --user python-dateutil
|
||||||
- rustup self update
|
- rustup self update
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user