Skip to content

Commit 7f61550

Browse files
committed
Omit testing against flow
1 parent f03389f commit 7f61550

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/build_and_test.yml

-12
Original file line numberDiff line numberDiff line change
@@ -69,18 +69,6 @@ jobs:
6969
python-version: ${{ matrix.python-version }}
7070
secrets: inherit
7171

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-
8472
test-mac-main-everest:
8573
if: github.ref == 'refs/heads/main' # only perform mac tests on main branch
8674
strategy:

0 commit comments

Comments
 (0)