Skip to content

Commit b07698f

Browse files
committed
Removed comments
1 parent 72ab14a commit b07698f

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/test-bench.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
matrix.python-version == '3.6' ||
3636
matrix.python-version == '3.7' ||
3737
matrix.python-version == '3.8'
38-
}} # EOL python versions are allowed to fail
38+
}}
3939
4040
- name: Install dependencies
4141
run: |
@@ -45,7 +45,7 @@ jobs:
4545
matrix.python-version == '3.6' ||
4646
matrix.python-version == '3.7' ||
4747
matrix.python-version == '3.8'
48-
}} # EOL python versions are allowed to fail
48+
}}
4949
5050
- name: Run benchmarks
5151
run: |
@@ -55,4 +55,4 @@ jobs:
5555
matrix.python-version == '3.6' ||
5656
matrix.python-version == '3.7' ||
5757
matrix.python-version == '3.8'
58-
}} # EOL python versions are allowed to fail
58+
}}

.github/workflows/test-unit.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
matrix.python-version == '3.6' ||
3636
matrix.python-version == '3.7' ||
3737
matrix.python-version == '3.8'
38-
}} # EOL python versions are allowed to fail
38+
}}
3939
4040
- name: Install dependencies
4141
run: |
@@ -45,7 +45,7 @@ jobs:
4545
matrix.python-version == '3.6' ||
4646
matrix.python-version == '3.7' ||
4747
matrix.python-version == '3.8'
48-
}} # EOL python versions are allowed to fail
48+
}}
4949
5050
- name: Run tests and code coverage
5151
run: |
@@ -56,7 +56,7 @@ jobs:
5656
matrix.python-version == '3.6' ||
5757
matrix.python-version == '3.7' ||
5858
matrix.python-version == '3.8'
59-
}} # EOL python versions are allowed to fail
59+
}}
6060
6161
- name: Upload coverage reports to Codecov
6262
uses: codecov/codecov-action@v4

0 commit comments

Comments
 (0)