mirror of
https://github.com/bendtherules/pytest_gui_status.git
synced 2026-08-18 13:42:26 +00:00
Roll back caching and pip install in user - it fails
This commit is contained in:
+2
-2
@@ -1,5 +1,5 @@
|
|||||||
language: python
|
language: python
|
||||||
cache: pip
|
# cache: pip
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
@@ -23,7 +23,7 @@ python:
|
|||||||
# - "pypy3" # psutil errs
|
# - "pypy3" # psutil errs
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- "pip install --user --upgrade -r requirements.txt"
|
- "pip install --upgrade -r requirements.txt"
|
||||||
- "pip install -e ."
|
- "pip install -e ."
|
||||||
|
|
||||||
# command to run tests
|
# command to run tests
|
||||||
|
|||||||
Reference in New Issue
Block a user