mirror of
https://github.com/Casvt/MIND.git
synced 2026-02-19 11:54:46 -05:00
Removed python 3.7 test
This commit is contained in:
16
.github/workflows/tests.yml
vendored
16
.github/workflows/tests.yml
vendored
@@ -6,22 +6,6 @@ on:
|
||||
- Development
|
||||
|
||||
jobs:
|
||||
p3_7:
|
||||
name: Python 3.7.1
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: 3.7.1
|
||||
architecture: x64
|
||||
cache: 'pip'
|
||||
cache-dependency-path: requirements.txt
|
||||
- run: pip install -r requirements.txt
|
||||
- run: python3 -m unittest discover -s ./tests -p '*.py'
|
||||
|
||||
p3_8:
|
||||
name: Python 3.8.0
|
||||
runs-on: ubuntu-20.04
|
||||
|
||||
Reference in New Issue
Block a user