We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f03389f commit 7f61550Copy full SHA for 7f61550
.github/workflows/build_and_test.yml
@@ -69,18 +69,6 @@ jobs:
69
python-version: ${{ matrix.python-version }}
70
secrets: inherit
71
72
- test-ert-with-flow:
73
- strategy:
74
- fail-fast: false
75
- matrix:
76
- os: [ ubuntu-latest ]
77
- python-version: [ '3.11', '3.12' ]
78
- uses: ./.github/workflows/test_ert_with_flow.yml
79
- with:
80
- os: ${{ matrix.os }}
81
- python-version: ${{ matrix.python-version }}
82
- secrets: inherit
83
-
84
test-mac-main-everest:
85
if: github.ref == 'refs/heads/main' # only perform mac tests on main branch
86
strategy:
0 commit comments