Skip to content

Commit

Permalink
fix pip install
Browse files Browse the repository at this point in the history
for real this time
  • Loading branch information
aMahanna committed Nov 23, 2023
1 parent d0d66b7 commit b2100a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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][tracing]
pip install -e .[dev, tracing]
- name: Run black
run: black --check --verbose --diff --color ${{env.PACKAGE_DIR}} ${{env.TESTS_DIR}}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ Prerequisite: `arangorestore`
2. `cd pyg-adapter`
3. (create virtual environment of choice)
4. `pip install torch`
5. `pip install -e .[dev][tracing]`
5. `pip install -e .[dev, tracing]`
6. (create an ArangoDB instance with method of choice)
7. `pytest --url <> --dbName <> --username <> --password <>`

Expand Down

0 comments on commit b2100a5

Please sign in to comment.