Skip to content

Commit

Permalink
Remove mac-everest test to be able to deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
berland committed Nov 22, 2024
1 parent 4ea9e56 commit e6d2bc1
Showing 1 changed file with 1 addition and 22 deletions.
23 changes: 1 addition & 22 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,27 +99,6 @@ jobs:
test-type: ${{ matrix.test-type }}
secrets: inherit


test-mac-for-tags-everest:
if: github.ref_type == 'tag' # only test all variants for tags
strategy:
fail-fast: false
matrix:
test-type: [ 'test', 'integration-test', 'everest-models-test' ]
python-version: [ '3.8', '3.12' ]
os: [ 'macos-13', 'macos-14', 'macos-14-large']
exclude:
- os: 'macos-14'
python-version: '3.8'
- os: 'macos-13'
python-version: '3.12'
uses: ./.github/workflows/test_everest.yml
with:
os: ${{ matrix.os }}
python-version: ${{ matrix.python-version }}
test-type: ${{ matrix.test-type }}
secrets: inherit

test-mac-for-tags-ert:
if: github.ref_type == 'tag' # only test all variants for tags
strategy:
Expand Down Expand Up @@ -189,7 +168,7 @@ jobs:
publish:
name: Publish to PyPI
runs-on: ubuntu-latest
needs: [build-wheels, test-linux-ert, test-linux-everest, test-mac-for-tags-ert, test-mac-for-tags-everest, docs-ert]
needs: [build-wheels, test-linux-ert, test-linux-everest, test-mac-for-tags-ert, docs-ert]
permissions:
id-token: write

Expand Down

0 comments on commit e6d2bc1

Please sign in to comment.