mirror of
				https://github.com/gnss-sdr/gnss-sdr
				synced 2025-10-31 15:23:04 +00:00 
			
		
		
		
	Revert "CI: improve python version handling"
This reverts commit 5ef12c8244.
			
			
This commit is contained in:
		
							
								
								
									
										43
									
								
								.github/workflows/main.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										43
									
								
								.github/workflows/main.yml
									
									
									
									
										vendored
									
									
								
							| @@ -40,13 +40,19 @@ jobs: | |||||||
|     runs-on: macos-latest |     runs-on: macos-latest | ||||||
|     steps: |     steps: | ||||||
|       - uses: actions/checkout@v4 |       - uses: actions/checkout@v4 | ||||||
|       - uses: actions/setup-python@v4 |  | ||||||
|         with: |  | ||||||
|           python-version: '3.11' |  | ||||||
|           check-latest: true |  | ||||||
|       - name: install dependencies |       - name: install dependencies | ||||||
|         run: | |         run: | | ||||||
|           brew update |           brew update | ||||||
|  |           rm /usr/local/bin/2to3 || true | ||||||
|  |           rm /usr/local/bin/idle3 || true | ||||||
|  |           rm /usr/local/bin/pydoc3 || true | ||||||
|  |           rm /usr/local/bin/python3 || true | ||||||
|  |           rm /usr/local/bin/python3-config || true | ||||||
|  |           rm /usr/local/bin/2to3-3.11 || true | ||||||
|  |           rm /usr/local/bin/idle3.11 || true | ||||||
|  |           rm /usr/local/bin/pydoc3.11 || true | ||||||
|  |           rm /usr/local/bin/python3.11 || true | ||||||
|  |           rm /usr/local/bin/python3.11-config || true | ||||||
|           brew install ninja hdf5 automake armadillo lapack \ |           brew install ninja hdf5 automake armadillo lapack \ | ||||||
|           gflags glog gnuradio log4cpp openssl pugixml protobuf |           gflags glog gnuradio log4cpp openssl pugixml protobuf | ||||||
|           pip3 install mako |           pip3 install mako | ||||||
| @@ -63,13 +69,19 @@ jobs: | |||||||
|     runs-on: macos-latest |     runs-on: macos-latest | ||||||
|     steps: |     steps: | ||||||
|       - uses: actions/checkout@v4 |       - uses: actions/checkout@v4 | ||||||
|       - uses: actions/setup-python@v4 |  | ||||||
|         with: |  | ||||||
|           python-version: '3.11' |  | ||||||
|           check-latest: true |  | ||||||
|       - name: install dependencies |       - name: install dependencies | ||||||
|         run: | |         run: | | ||||||
|           brew update |           brew update | ||||||
|  |           rm /usr/local/bin/2to3 || true | ||||||
|  |           rm /usr/local/bin/idle3 || true | ||||||
|  |           rm /usr/local/bin/pydoc3 || true | ||||||
|  |           rm /usr/local/bin/python3 || true | ||||||
|  |           rm /usr/local/bin/python3-config || true | ||||||
|  |           rm /usr/local/bin/2to3-3.11 || true | ||||||
|  |           rm /usr/local/bin/idle3.11 || true | ||||||
|  |           rm /usr/local/bin/pydoc3.11 || true | ||||||
|  |           rm /usr/local/bin/python3.11 || true | ||||||
|  |           rm /usr/local/bin/python3.11-config || true | ||||||
|           brew install ninja pkg-config hdf5 automake armadillo lapack gflags glog \ |           brew install ninja pkg-config hdf5 automake armadillo lapack gflags glog \ | ||||||
|           gnuradio log4cpp openssl pugixml protobuf |           gnuradio log4cpp openssl pugixml protobuf | ||||||
|           pip3 install mako |           pip3 install mako | ||||||
| @@ -105,13 +117,19 @@ jobs: | |||||||
|     runs-on: macos-latest |     runs-on: macos-latest | ||||||
|     steps: |     steps: | ||||||
|       - uses: actions/checkout@v4 |       - uses: actions/checkout@v4 | ||||||
|       - uses: actions/setup-python@v4 |  | ||||||
|         with: |  | ||||||
|           python-version: '3.11' |  | ||||||
|           check-latest: true |  | ||||||
|       - name: install dependencies |       - name: install dependencies | ||||||
|         run: | |         run: | | ||||||
|           brew update |           brew update | ||||||
|  |           rm /usr/local/bin/2to3 || true | ||||||
|  |           rm /usr/local/bin/idle3 || true | ||||||
|  |           rm /usr/local/bin/pydoc3 || true | ||||||
|  |           rm /usr/local/bin/python3 || true | ||||||
|  |           rm /usr/local/bin/python3-config || true | ||||||
|  |           rm /usr/local/bin/2to3-3.11 || true | ||||||
|  |           rm /usr/local/bin/idle3.11 || true | ||||||
|  |           rm /usr/local/bin/pydoc3.11 || true | ||||||
|  |           rm /usr/local/bin/python3.11 || true | ||||||
|  |           rm /usr/local/bin/python3.11-config || true | ||||||
|           brew install llvm pkg-config hdf5 armadillo lapack gflags glog gnuradio libmatio \ |           brew install llvm pkg-config hdf5 armadillo lapack gflags glog gnuradio libmatio \ | ||||||
|           log4cpp openssl pugixml protobuf |           log4cpp openssl pugixml protobuf | ||||||
|           pip3 install mako |           pip3 install mako | ||||||
| @@ -177,7 +195,6 @@ jobs: | |||||||
|       - uses: actions/setup-python@v4 |       - uses: actions/setup-python@v4 | ||||||
|         with: |         with: | ||||||
|           python-version: '3.12' |           python-version: '3.12' | ||||||
|           check-latest: true |  | ||||||
|       - name: Install dependencies |       - name: Install dependencies | ||||||
|         run: | |         run: | | ||||||
|           python -m pip install --upgrade pip |           python -m pip install --upgrade pip | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Carles Fernandez
					Carles Fernandez