aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-03-03 10:02:40 +0100
committerEgor Tensin <Egor.Tensin@gmail.com>2023-03-03 10:02:43 +0100
commitd10b1c76313293adf24ff835367017d9ca3ecd4f (patch)
tree678ba30884aef53e0f95156b5731566e68bb72eb
parentpackaging: move to pyproject.toml-only (diff)
downloadvk-scripts-d10b1c76313293adf24ff835367017d9ca3ecd4f.tar.gz
vk-scripts-d10b1c76313293adf24ff835367017d9ca3ecd4f.zip
get rid of requirements.txt
It contained duplicate info from pyproject.toml.
-rw-r--r--.github/workflows/ci.yml4
-rw-r--r--requirements.txt1
2 files changed, 2 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index f1555d7..745c1f8 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -32,8 +32,8 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: '${{ matrix.python-version }}'
- - name: Install dependencies
- run: pip install -q -r requirements.txt
+ - name: 'Install package & dependencies'
+ run: pip install -q -e .
- name: Run tests
run: ./test/bin/main.sh
diff --git a/requirements.txt b/requirements.txt
deleted file mode 100644
index 6ccafc3..0000000
--- a/requirements.txt
+++ /dev/null
@@ -1 +0,0 @@
-matplotlib