Merge pull request #294 from cerc-io/dboreham/enable-tests-ci
Enable tests ci Former-commit-id: 47275a50d4198ebe8e6e3b98f6f06f20796a14e7
This commit is contained in:
		
						commit
						69d215e8ec
					
				| @ -11,5 +11,15 @@ jobs: | |||||||
|     name: "Run basic test suite" |     name: "Run basic test suite" | ||||||
|     runs-on: ubuntu-latest |     runs-on: ubuntu-latest | ||||||
|     steps: |     steps: | ||||||
|       - name: Clone project repository |       - name: "Clone project repository" | ||||||
|         uses: actions/checkout@v3 |         uses: actions/checkout@v3 | ||||||
|  |       - name: "Install Python" | ||||||
|  |         uses: cerc-io/setup-python@v4 | ||||||
|  |         with: | ||||||
|  |           python-version: '3.8' | ||||||
|  |       - name: "Check Python version" | ||||||
|  |         run: python3 --version | ||||||
|  |       - name: "Install shiv" | ||||||
|  |         run: pip install shiv | ||||||
|  |       - name: "Build local shiv package" | ||||||
|  |         run: ./scripts/build_shiv_package.sh | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user