mirror of
https://github.com/trustedsec/social-engineer-toolkit
synced 2024-11-10 06:54:18 +00:00
GitHub Actions: Python 3.5, 3.6, 3.7 on Ubuntu
This commit is contained in:
parent
09b56b105f
commit
7257a9d8cd
1 changed files with 2 additions and 2 deletions
4
.github/workflows/Python_tests.yml
vendored
4
.github/workflows/Python_tests.yml
vendored
|
@ -6,8 +6,8 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [macos-latest, ubuntu-latest, windows-latest]
|
||||
python-version: [3.5, 3.6, 3.7, 3.8]
|
||||
os: [ubuntu-latest] # [macos-latest, windows-latest]
|
||||
python-version: [3.5, 3.6, 3.7] # , 3.8]
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
|
|
Loading…
Reference in a new issue