Skip to content

Commit

Permalink
last ditch effort
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonBurns committed Mar 8, 2024
1 parent efa12cf commit e5bce06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
# does not have python 3.12 binaries for all platforms
# conda install pytorch-scatter -c pyg
# install from source instead
CC=gcc CXX=g++ pip install git+https://github.com/rusty1s/pytorch_scatter
CFLAGS="-ferror-limit=424242" CPPFLAGS="-ferror-limit=424242" CC=gcc CXX=g++ pip install git+https://github.com/rusty1s/pytorch_scatter
python -m pip install -e ".[dev,docs,test]"
- name: Test with pytest
shell: bash -l {0}
Expand Down

0 comments on commit e5bce06

Please sign in to comment.