Add python3.7 to GitHub action
parent
3e1fa0f258
commit
ce7518e689
|
@ -18,7 +18,7 @@ jobs:
|
|||
- name: CrackMapExec tests on ${{ matrix.os }}
|
||||
uses: actions/setup-python@v1
|
||||
with:
|
||||
python-version: 3.8
|
||||
python-version: [3.7, 3.8]
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
|
|
Loading…
Reference in New Issue