From 29f538a7d7b7e63bc0a1951a2ce37bd96d32019e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ege=20Emir=20=C3=96zkan?= Date: Sat, 8 May 2021 18:36:04 +0300 Subject: [PATCH] Removed requirements from test_ci action as they are not necessary, updated .gitignore to ignore venv/ directory. --- .github/workflows/test_ci.yml | 1 - .gitignore | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_ci.yml b/.github/workflows/test_ci.yml index 46cf3c6..47f70ed 100644 --- a/.github/workflows/test_ci.yml +++ b/.github/workflows/test_ci.yml @@ -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: diff --git a/.gitignore b/.gitignore index c0a07fe..0e2fad8 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ docs/_build/* build/* datalite.egg-info/* dist/* +venv/*