Skip to content

Commit cf2ab90

Browse files
author
zhangrengang
committed
test CI: final2
1 parent cdbe13c commit cf2ab90

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main-linux.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
# Steps represent a sequence of tasks that will be executed as part of the job
2121
steps:
2222
- uses: actions/checkout@v4
23-
- name: Install dependencies
2423
# set up conda
25-
uses: s-weigand/[email protected]
24+
- uses: s-weigand/[email protected]
25+
- name: Install dependencies
2626
# with:
2727
# conda-channels: bioconda
2828
# install dependencies

soi/RunCmdsMP.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
else:
3232
# logger.warning('Grid computing is not available because DRMAA not installed: {}'.format(e))
3333
pass
34-
logger.info('No DRMAA (see https://github.com/pygridtools/drmaa-python), Switching to local mode.')
34+
# logger.info('No DRMAA (see https://github.com/pygridtools/drmaa-python), Switching to local mode.')
3535
GRID = False
3636

3737
__version__ = '1.1'

0 commit comments

Comments
 (0)