Skip to content

Commit 68a4c2c

Browse files
committed
Update CI file to run offline.
1 parent bb05145 commit 68a4c2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/comet.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
if: (github.event_name == 'schedule' && github.repository == 'optuna/optuna-examples') || (github.event_name != 'schedule')
1414
runs-on: ubuntu-latest
1515
env:
16-
COMET_API_KEY: ${{ secrets.COMET_API_KEY }}
16+
COMET_MODE: offline
1717
strategy:
1818
matrix:
1919
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
@@ -37,4 +37,4 @@ jobs:
3737
run: |
3838
python comet/comet_callback.py
3939
env:
40-
OMP_NUM_THREADS: 1
40+
OMP_NUM_THREADS: 1

0 commit comments

Comments
 (0)