Skip to content

Commit

Permalink
add gpy to installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Laura Cabayol-Garcia committed Oct 7, 2024
1 parent f5c9281 commit 1048020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
pip install pytest wheel pytest-cov
- name: Install lace
run: pip install -e .
run: pip install -e .[gpy]

# Run the tests and specify the temporary directory as output_dir
- name: Run tests
Expand Down

0 comments on commit 1048020

Please sign in to comment.