Skip to content

Commit d1b95aa

Browse files
uncommenting bc debugging finished
1 parent 5b8e932 commit d1b95aa

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

.github/workflows/dockerhub_push.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Push docker image to Docker Hub
22

33
on:
44
workflow_dispatch:
5+
push:
56

67
jobs:
78
docker:

.github/workflows/lc_fticr_workflow_tests.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@ jobs:
1717
with:
1818
python-version: '3.8'
1919

20-
# - name: Install Docker
21-
# run: |
22-
# curl -fsSL https://get.docker.com -o get-docker.sh
23-
# sh get-docker.sh
24-
# sudo usermod -aG docker $USER
25-
26-
# - name: Install MiniWDL
27-
# run: |
28-
# python -m pip install --upgrade pip
29-
# pip install miniwdl
20+
- name: Install Docker
21+
run: |
22+
curl -fsSL https://get.docker.com -o get-docker.sh
23+
sh get-docker.sh
24+
sudo usermod -aG docker $USER
25+
26+
- name: Install MiniWDL
27+
run: |
28+
python -m pip install --upgrade pip
29+
pip install miniwdl
3030
3131
- name: Download LC-FTICR database and test data
3232
run: |

0 commit comments

Comments
 (0)