We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbfc56b commit b0bf00eCopy full SHA for b0bf00e
.github/workflows/lc_fticr_workflow_tests.yaml
@@ -17,16 +17,16 @@ jobs:
17
with:
18
python-version: '3.8'
19
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
28
- # python -m pip install --upgrade pip
29
- # pip install miniwdl
+ - name: Install Docker
+ run: |
+ curl -fsSL https://get.docker.com -o get-docker.sh
+ sh get-docker.sh
+ sudo usermod -aG docker $USER
+
+ - name: Install MiniWDL
+ python -m pip install --upgrade pip
+ pip install miniwdl
30
31
- name: Download LC-FTICR database and test data
32
run: |
0 commit comments