mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 21:25:42 +00:00 
			
		
		
		
	fix install command
This commit is contained in:
		| @@ -38,8 +38,8 @@ steps: | |||||||
|  |  | ||||||
| - script: | | - script: | | ||||||
|     python -m pip install --upgrade pip setuptools wheel uv |     python -m pip install --upgrade pip setuptools wheel uv | ||||||
|     uv pip install --system --require-hashes -r requirements.txt |     uv pip install --system --require-hashes -r src/backend/requirements.txt | ||||||
|     uv pip install --system --require-hashes -r requirements-dev.txt |     uv pip install --system --require-hashes -r src/backend/requirements-dev.txt | ||||||
|     uv pip install --system unittest-xml-reporting coverage invoke |     uv pip install --system unittest-xml-reporting coverage invoke | ||||||
|     sudo apt-get install poppler-utils |     sudo apt-get install poppler-utils | ||||||
|     sudo apt-get install libpoppler-dev |     sudo apt-get install libpoppler-dev | ||||||
| @@ -47,7 +47,7 @@ steps: | |||||||
|  |  | ||||||
| - script: | | - script: | | ||||||
|     pushd '$(projectRoot)' |     pushd '$(projectRoot)' | ||||||
|     invoke update |     invoke update --uv | ||||||
|     coverage run manage.py test --testrunner xmlrunner.extra.djangotestrunner.XMLTestRunner --no-input |     coverage run manage.py test --testrunner xmlrunner.extra.djangotestrunner.XMLTestRunner --no-input | ||||||
|     coverage xml -i |     coverage xml -i | ||||||
|   displayName: 'Run tests' |   displayName: 'Run tests' | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user