aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-05-03 23:42:00 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-05-03 23:42:00 +0300
commitbe45e5fc0d2a9c3dfa907342ebae2f9975be854d (patch)
tree4f7038538ac6c9b11001bcf6aa2e3f9ffc4fd2a0 /.github
parentworkflows/test: disable pip warnings (diff)
downloadvk-scripts-be45e5fc0d2a9c3dfa907342ebae2f9975be854d.tar.gz
vk-scripts-be45e5fc0d2a9c3dfa907342ebae2f9975be854d.zip
merge constraints.txt back to requirements.txt
I have no idea as to why the separation was required in the first place, actually. Seems to work now.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 79574c2..54762f1 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -26,9 +26,7 @@ jobs:
with:
python-version: '${{ matrix.python-version }}'
- name: Install dependencies
- run: |
- pip install -r constraints.txt
- pip install -r requirements.txt
+ run: pip install -r requirements.txt
- name: Run the tests
run: ./.ci/bin/main.sh