Skip to content

Commit

Permalink
Omit testing against flow
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-el committed Jan 27, 2025
1 parent f03389f commit 7f61550
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,18 +69,6 @@ jobs:
python-version: ${{ matrix.python-version }}
secrets: inherit

test-ert-with-flow:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest ]
python-version: [ '3.11', '3.12' ]
uses: ./.github/workflows/test_ert_with_flow.yml
with:
os: ${{ matrix.os }}
python-version: ${{ matrix.python-version }}
secrets: inherit

test-mac-main-everest:
if: github.ref == 'refs/heads/main' # only perform mac tests on main branch
strategy:
Expand Down

0 comments on commit 7f61550

Please sign in to comment.