Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanpie committed Sep 19, 2023
1 parent 45a3279 commit 617e11b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pip_install_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: python -m pip install --upgrade pip

- name: Test PIP install
run: python -m pip install gnn-builder @ https://github.com/sharc-lab/gnn-builder.git
run: python -m pip install gnn-builder@https://github.com/sharc-lab/gnn-builder.git

- name: Test Import GNN Builder
run: python -c "import gnnbuilder as gnnb"

0 comments on commit 617e11b

Please sign in to comment.