Skip to content

Commit

Permalink
update ci workflow to install py4cast instead of exporting the
Browse files Browse the repository at this point in the history
PYTHON_PATH var
  • Loading branch information
A669015 committed Sep 17, 2024
1 parent 71e984a commit 893c7ce
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ permissions:

jobs:
tests:
env:
PYTHONPATH: '.'
runs-on: ubuntu-latest

steps:
Expand All @@ -30,6 +28,7 @@ jobs:
pip install -r requirements.txt
pip install -r requirements_lint.txt
pip install --timeout 1000 pyg-lib==0.4.0 torch-scatter==2.1.2 torch-sparse==0.6.18 torch-cluster==1.6.2 torch-geometric==2.3.1 -f https://data.pyg.org/whl/torch-2.1.2+cpu.html
pip install --editable .
- name: Lint
run: |
Expand Down

0 comments on commit 893c7ce

Please sign in to comment.