mirror of
				https://gitea.publichub.eu/oscar.krause/fastapi-dls.git
				synced 2025-11-04 05:36:06 +00:00 
			
		
		
		
	fixed test matrix
This commit is contained in:
		@@ -152,8 +152,10 @@ test:
 | 
				
			|||||||
      - IMAGE: [ 'ubuntu:24.10' ]
 | 
					      - IMAGE: [ 'ubuntu:24.10' ]
 | 
				
			||||||
        REQUIREMENTS: [ '.DEBIAN/requirements-ubuntu-24.10.txt' ]
 | 
					        REQUIREMENTS: [ '.DEBIAN/requirements-ubuntu-24.10.txt' ]
 | 
				
			||||||
  before_script:
 | 
					  before_script:
 | 
				
			||||||
    - echo "$IMAGE with $REQUIREMENTS"
 | 
					    - apt-get update && apt-get install -y python3-dev python3-pip python3-venv gcc
 | 
				
			||||||
    - apt-get update && apt-get install -y python3-dev python3-pip gcc
 | 
					    - python -m venv venv
 | 
				
			||||||
 | 
					    - source venv/bin/activate
 | 
				
			||||||
 | 
					    - pip install --upgrade pip
 | 
				
			||||||
    - pip install -r $REQUIREMENTS
 | 
					    - pip install -r $REQUIREMENTS
 | 
				
			||||||
    - pip install pytest httpx
 | 
					    - pip install pytest httpx
 | 
				
			||||||
    - mkdir -p app/cert
 | 
					    - mkdir -p app/cert
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user