File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 2121 - { os: ubuntu-latest, py: "3.11" }
2222 - { os: ubuntu-latest, py: "3.12" }
2323
24+ env :
25+ UV_NO_SOURCES : " 1"
26+
2427 steps :
2528 - name : CHECKOUT CODE
2629 uses : actions/checkout@v4
5053 # 针对 PyTorch Geometric 编译问题的解决方案
5154 uv pip uninstall torch-scatter torch-sparse torch-cluster -y || true
5255 uv pip install torch-geometric
53- env :
54- UV_NO_SOURCES : " 1"
5556
5657# - name: Create hydro_setting.yml directly in workflow
5758# run: |
Original file line number Diff line number Diff line change 66jobs :
77 deploy :
88 runs-on : ubuntu-latest
9+ env :
10+ UV_NO_SOURCES : " 1"
911 steps :
1012 - name : Checkout code
1113 uses : actions/checkout@v4
2628
2729 # Install documentation dependencies
2830 uv pip install mkdocs-material mkdocstrings mkdocs-git-revision-date-plugin mkdocs-jupyter ipykernel
29- env :
30- UV_NO_SOURCES : " 1"
3131
3232 - name : Run tests
3333 run : |
You can’t perform that action at this time.
0 commit comments