Removed requirements from test_ci action as they are not necessary, updated .gitignore to ignore venv/ directory.

This commit is contained in:
Ege Emir Özkan
2021-05-08 18:36:04 +03:00
parent 5bda6cfe46
commit 29f538a7d7
2 changed files with 1 additions and 1 deletions

View File

@@ -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
View File

@@ -7,3 +7,4 @@ docs/_build/*
build/*
datalite.egg-info/*
dist/*
venv/*