File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 2020 - uses : ./.github/actions/python-uv-setup
2121 with :
2222 python-version : ${{ matrix.python-version }}
23- debug : " true "
23+ debug : " false "
2424
2525 - name : pytest
2626 shell : bash
4444 env :
4545 ENV : test
4646 DGLBACKEND : pytorch
47+ DEBUG_DGL : " false"
4748 strategy :
4849 fail-fast : false
4950 matrix :
5960
6061 - name : Debug - dgl + torchdata + shadowing
6162 shell : bash
63+ if : ${{ env.DEBUG_DGL == 'true' }}
6264 run : |
6365 . .venv/bin/activate
6466 set -x
@@ -133,4 +135,4 @@ jobs:
133135 flags : unittests
134136 name : codecov-umbrella
135137 env :
136- CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
138+ CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change @@ -99,5 +99,6 @@ mordred
9999# Dev / runtime utilities
100100# ==========================
101101
102+ setuptools>=65
102103pytest
103104ipykernel
You can’t perform that action at this time.
0 commit comments