Skip to content

Commit

Permalink
install tracing dependencies in build.yml
Browse files Browse the repository at this point in the history
this should pass coverage
  • Loading branch information
aMahanna committed Dec 16, 2023
1 parent 8382e8b commit 0ed2071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: |
pip install torch==2.1.0
pip install torch-scatter torch-sparse -f https://data.pyg.org/whl/torch-$(python -c 'import torch; print(torch.__version__.split("+")[0])')+cpu.html
pip install -e '.[dev]'
pip install -e '.[dev, tracing]'
- name: Run black
run: black --check --verbose --diff --color ${{env.PACKAGE_DIR}} ${{env.TESTS_DIR}}
Expand Down

0 comments on commit 0ed2071

Please sign in to comment.