Skip to content

Commit cb3c5a2

Browse files
authored
Merge branch 'develop' into update-slack-link
2 parents a1514f3 + 1b6a6bf commit cb3c5a2

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Generic Unittests and Coverage Report
2525
if: matrix.python-version == '3.8'
2626
run: |
27-
pip install codecov
27+
python -m pip install coverage
2828
coverage run --source=reframe ./test_reframe.py
2929
coverage report -m
3030
- name: Upload Coverage to Codecov

requirements.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
archspec==0.2.0
22
argcomplete==3.0.5
3-
coverage==6.2; python_version < '3.7'
4-
coverage==7.2.2; python_version >= '3.7'
53
importlib_metadata==4.0.1; python_version < '3.8'
64
jsonschema==3.2.0
75
lxml==4.9.2

0 commit comments

Comments
 (0)