Skip to content

Commit deb2022

Browse files
committed
try to fix the error from hyperopt
1 parent 2f88088 commit deb2022

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/pytest.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
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
@@ -44,6 +44,7 @@ jobs:
4444
env:
4545
ENV: test
4646
DGLBACKEND: pytorch
47+
DEBUG_DGL: "false"
4748
strategy:
4849
fail-fast: false
4950
matrix:
@@ -59,6 +60,7 @@ jobs:
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 }}

pip/cpu_requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,5 +99,6 @@ mordred
9999
# Dev / runtime utilities
100100
# ==========================
101101

102+
setuptools>=65
102103
pytest
103104
ipykernel

0 commit comments

Comments
 (0)