Skip to content

Commit 8f02499

Browse files
[patch] Revert changes which were disabled for ocp tests (#351)
1 parent 7cbd2bb commit 8f02499

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
cat ${GITHUB_WORKSPACE}/src/mas/devops/__init__.py
4747
python -m pip install --upgrade pip
4848
pip install .[dev]
49-
python -m pytest -m "not openshift"
49+
python -m pytest
5050
5151
- name: Lint with flake8
5252
run: |

0 commit comments

Comments
 (0)