Merge remote-tracking branch 'origin/feature/venv' into feature/venv
This commit is contained in:
		
							
								
								
									
										22
									
								
								.github/workflows/tests.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										22
									
								
								.github/workflows/tests.yml
									
									
									
									
										vendored
									
									
								
							| @@ -9,20 +9,30 @@ jobs: | |||||||
|  |  | ||||||
|     steps: |     steps: | ||||||
|     - uses: actions/checkout@v1 |     - uses: actions/checkout@v1 | ||||||
|     - name: Set up Python 3.10.2 |     - name: Set up Python 3.9 | ||||||
|       uses: actions/setup-python@v1 |       uses: actions/setup-python@v1 | ||||||
|       with: |       with: | ||||||
|         python-version: 3.10.2 |         python-version: 3.9 | ||||||
|  |  | ||||||
|     - name: Clone repo |     - name: Clone repo | ||||||
|       run: | |       run: | | ||||||
|         git clone https://github.com/aceisace/Inkycal |         git clone --branch feature/venv --single-branch https://github.com/aceisace/Inkycal | ||||||
|  |  | ||||||
|  |     - name: Creating virtual evvironment | ||||||
|  |       run: | | ||||||
|  |         cd Inkycal | ||||||
|  |         python3 -m venv venv | ||||||
|  |         source venv/bin/activate | ||||||
|  |         python -m pip install --upgrade pip | ||||||
|  |          | ||||||
|  |     - name: Downloading settings.json file | ||||||
|  |       run: | | ||||||
|  |         wget https://raw.githubusercontent.com/aceisace/Inkycal/assets/tests/settings.json | ||||||
|  |  | ||||||
|     - name: Install dependencies and run |     - name: Install dependencies and run | ||||||
|       run: | |       run: | | ||||||
|         python -m pip install --upgrade pip |         pip install wheel | ||||||
|         cd Inkycal |         pip install -e ./ | ||||||
|         pip3 install -e ./ |  | ||||||
|         cd inkycal/modules && ls -al |         cd inkycal/modules && ls -al | ||||||
|         cd .. |         cd .. | ||||||
|         cd tests |         cd tests | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user