Skip to content

Commit

Permalink
Adds other deps
Browse files Browse the repository at this point in the history
  • Loading branch information
PTNobel committed Aug 17, 2024
1 parent 0f26783 commit e26e08b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e26e08b

Please sign in to comment.