Skip to content

Commit

Permalink
circleci: rm --user for pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
Nic30 committed May 5, 2023
1 parent a502713 commit e0e2736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
# echo export CXXFLAGS=\"$CXXFLAGS --param ggc-min-expand=1 --param ggc-min-heapsize=32768\" >> "$BASH_ENV"
- py/install-setup-py:
rm-package-dir: true
build-args: "--user --verbose"
build-args: "--verbose"
# - python/save-cache
- py/test-and-coverage:
coverage: false
Expand Down

0 comments on commit e0e2736

Please sign in to comment.