Skip to content

Commit abae191

Browse files
committed
Remove unnecessary comment .github/workflows/test.yml
`.github/workflows/test.yml` is a workflow file for internal testing of verification-helper. Not for end-users.
1 parent 98ce996 commit abae191

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,6 @@ jobs:
2020

2121
- name: Install dependencies
2222
run: pip install .[dev]
23-
24-
# - name: Install boost(ubuntu)
25-
# run: sudo apt-get install libboost-all-dev
26-
# if: matrix.os == 'ubuntu-latest'
27-
28-
# - name: Install boost(windows)
29-
# run: |
30-
# git clone --recursive https://github.com/boostorg/boost.git
31-
# cd boost
32-
# ./bootstrap.bat
33-
# ./b2.exe install -j2
34-
# shell: bash
35-
# if: matrix.os == 'windows-latest'
3623

3724
- name: Run tests
3825
run: |

0 commit comments

Comments
 (0)