Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.

Commit dc1bbb1

Browse files
author
Samuel Hassine
committed
Fix CircleCI
1 parent d621f3c commit dc1bbb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- checkout
1010
- run:
1111
name: install dependencies
12-
command: pip3 install -r requirements.txt
12+
command: pip3 install -r requirements.txt --user
1313
- run:
1414
name: build
1515
command: python3 setup.py sdist
@@ -26,7 +26,7 @@ jobs:
2626
at: ~/*
2727
- run:
2828
name: install dependencies
29-
command: pip3 install -r requirements.txt
29+
command: pip3 install -r requirements.txt --user
3030
- run:
3131
name: verify git tag vs. version
3232
command: python3 setup.py verify

0 commit comments

Comments
 (0)