Skip to content

Commit d09e7c9

Browse files
authored
Merge branch 'stable' into monthlyupdate
2 parents b9bd3f0 + 67c9a3e commit d09e7c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
cat ${GITHUB_WORKSPACE}/src/mas/devops/__init__.py
4646
python -m pip install --upgrade pip
4747
pip install .[dev]
48-
python -m pytest
48+
python -m pytest -m "not openshift"
4949
5050
# 3. Flake8 Linting
5151
# -------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)