Skip to content

Commit

Permalink
Fix mac select string
Browse files Browse the repository at this point in the history
  • Loading branch information
eivindjahren committed Jan 22, 2025
1 parent 2839ae7 commit 469868e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,13 +109,13 @@ jobs:
test-type: [ 'performance-tests', 'unit-tests', 'gui-tests', 'cli-tests' ]
python-version: [ '3.12' ]
os: [ 'macos-latest']
select-string: ['"not skip_mac_ci"']

uses: ./.github/workflows/test_ert.yml
with:
os: ${{ matrix.os }}
python-version: ${{ matrix.python-version }}
test-type: ${{ matrix.test-type }}
select-string: '"not skip_mac_ci"'
secrets: inherit

docs-ert:
Expand Down

0 comments on commit 469868e

Please sign in to comment.