* drop Python 3.5
* add pip caching back
* run makeHosts.py too
fail-fast: false
matrix:
python:
- - '3.5'
- '3.6'
- '3.7'
- '3.8'
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python }}
+ cache: pip
- name: Print versions
run: |
- name: Run lint
run: flake8
+ - name: Run makeHosts.py
+ run: python makeHosts.py
+
- name: Run tests
run: python testUpdateHostsFile.py
### Option 2: Generate it in your own environment
-To generate your own amalgamated hosts files you will need Python 3.5 or later.
+To generate your own amalgamated hosts files you will need Python 3.6 or later.
First, install the dependencies with: