Skip to content

Commit

Permalink
Remove everest-docs-entry-test and only build docs for python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-el committed Jan 20, 2025
1 parent bb1512e commit 0fcfca5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,13 @@ jobs:
strategy:
fail-fast: false
matrix:
test-type: [ 'test', 'integration-test', 'everest-models-test', 'doc', 'everest-docs-entry-test' ]
test-type: [ 'test', 'integration-test', 'everest-models-test', 'doc']
python-version: [ '3.11', '3.12' ]
os: [ ubuntu-latest ]
exclude:
- os: 'ubuntu-latest'
test-type: 'doc'
python-version: '3.11'
uses: ./.github/workflows/test_everest.yml
with:
os: ${{ matrix.os }}
Expand Down

0 comments on commit 0fcfca5

Please sign in to comment.