Skip to content

Commit 1da39dc

Browse files
committed
Change github runner location
Update nightly runner location. Change to home wildcard. Fix path
1 parent 5eadb41 commit 1da39dc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/github-actions-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
- name: run test in docker
7878
run: |
7979
docker run \
80-
--env-file /home/github_worker/env.list \
80+
--env-file ~/env.list \
8181
--mount type=bind,source=$PWD,target=/home/ghworker,bind-propagation=rshared \
8282
--mount type=bind,source=/data/informatics/module_test_data/,target=/data/informatics/module_test_data/,bind-propagation=rshared,ro \
8383
--mount type=bind,source=/allen/,target=/allen/,bind-propagation=rshared,ro \

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: run test in docker
2020
run: |
2121
docker run \
22-
--env-file /home/github_worker/env_nightly.list \
22+
--env-file ~/env_nightly.list \
2323
--mount type=bind,source=$PWD,target=/home/ghworker,bind-propagation=rshared \
2424
--mount type=bind,source=/data/informatics/module_test_data/,target=/data/informatics/module_test_data/,bind-propagation=rshared,ro \
2525
--mount type=bind,source=/allen/,target=/allen/,bind-propagation=rshared,ro \

allensdk/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
#
3636
import logging
3737

38-
__version__ = '2.16.0'
38+
__version__ = '2.16.1'
3939

4040

4141
try:

0 commit comments

Comments
 (0)