зеркало из
				https://github.com/ssciwr/AMMICO.git
				synced 2025-10-31 05:56:05 +02:00 
			
		
		
		
	fix: try with only pip to force blis binary install
Этот коммит содержится в:
		
							родитель
							
								
									84e4248cd0
								
							
						
					
					
						Коммит
						3a78b7753b
					
				
							
								
								
									
										9
									
								
								.github/workflows/ci.yml
									
									
									
									
										поставляемый
									
									
								
							
							
						
						
									
										9
									
								
								.github/workflows/ci.yml
									
									
									
									
										поставляемый
									
									
								
							| @ -15,8 +15,8 @@ jobs: | |||||||
|     strategy: |     strategy: | ||||||
|       fail-fast: false |       fail-fast: false | ||||||
|       matrix: |       matrix: | ||||||
|         os: [ubuntu-latest, windows-latest, macos-latest] |         os: [windows-latest] | ||||||
|         python-version: ['3.9', '3.11'] |         python-version: ['3.11'] | ||||||
|     steps: |     steps: | ||||||
|     - name: Checkout repository |     - name: Checkout repository | ||||||
|       uses: actions/checkout@v4 |       uses: actions/checkout@v4 | ||||||
| @ -26,9 +26,8 @@ jobs: | |||||||
|         python-version: ${{ matrix.python-version }} |         python-version: ${{ matrix.python-version }} | ||||||
|     - name: Install dependencies |     - name: Install dependencies | ||||||
|       run: | |       run: | | ||||||
|         python -m pip install uv |         pip install spacy --no-binary blis # do not compile blis from source | ||||||
|         uv pip install --system spacy --no-binary blis # do not compile blis from source |         pip install -e .[dev] | ||||||
|         uv pip install --system -e .[dev] |  | ||||||
|     - name: Run pytest  |     - name: Run pytest  | ||||||
|       run: | |       run: | | ||||||
|         cd ammico |         cd ammico | ||||||
|  | |||||||
		Загрузка…
	
	
			
			x
			
			
		
	
		Ссылка в новой задаче
	
	Block a user
	 Inga Ulusoy
						Inga Ulusoy