From 466a67f4dd38734714440af18e8644d31b7b0bd9 Mon Sep 17 00:00:00 2001 From: Adrian Garcia Badaracco <1755071+adriangb@users.noreply.github.com> Date: Wed, 21 Oct 2020 18:37:47 -0500 Subject: [PATCH] Add requirements.txt --- .github/workflows/test.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3f64f9cb08..1aea7c0cd6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -17,6 +17,8 @@ jobs: with: python-version: 3.8 - name: Install Dependencies - run: pip install pytest numpy tqdm requests torch + run: | + pip install -r requirements.txt + pip install -r requirements-dev.txt - name: Run Pytest run: python -m pytest -s -v