Removed requirements from test_ci action as they are not necessary, updated .gitignore to ignore venv/ directory.
This commit is contained in:
1
.github/workflows/test_ci.yml
vendored
1
.github/workflows/test_ci.yml
vendored
@@ -28,7 +28,6 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install -r requirments.txt
|
||||
- name: Test & publish code coverage
|
||||
uses: paambaati/codeclimate-action@v2.6.0
|
||||
env:
|
||||
|
||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -7,3 +7,4 @@ docs/_build/*
|
||||
build/*
|
||||
datalite.egg-info/*
|
||||
dist/*
|
||||
venv/*
|
||||
|
||||
Reference in New Issue
Block a user