mirror of
				https://gitea.publichub.eu/oscar.krause/fastapi-dls.git
				synced 2025-11-04 13:46:09 +00:00 
			
		
		
		
	.gitlab-ci.yml - fixed installing dependencies
This commit is contained in:
		@@ -19,6 +19,7 @@ test:
 | 
			
		||||
  image: python:3.10-alpine
 | 
			
		||||
  stage: test
 | 
			
		||||
  before_script:
 | 
			
		||||
    - pip install -r requirements.txt
 | 
			
		||||
    - pip install pytest httpx
 | 
			
		||||
    - cd test
 | 
			
		||||
  script:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user