From e26e08b498979d761821bc647a30b434c4789e2b Mon Sep 17 00:00:00 2001 From: Parth Nobel Date: Sat, 17 Aug 2024 16:12:28 -0700 Subject: [PATCH] Adds other deps --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1aec2ab..50a0017 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,13 +15,13 @@ jobs: - uses: actions/setup-python@v5 with: python-version: | + 3.12 3.11 3.10 3.9 - 3.8 - uses: actions/checkout@v4 - name: Install dependencies - run: pip install cvxpy diffcp pytest + run: pip install cvxpy diffcp pytest torch jax tensorflow - name: Run tests run: pytest