Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:

jobs:
check_ReadMe:
runs-on: ubuntu-latest
runs-on: Large_Linux
environment: test
strategy:
fail-fast: false # Don't cancel all on first failure
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/notebook_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
./tests/notebooks/test_notebooks_azure.py

# Then do the rest
pytest -vv --cov=guidance --cov-report=xml --cov-report=term-missing \
pytest -vv --cov=guidance --cov-report=xml --cov-report=term-missing --cov-append \
./tests/notebooks/test_notebooks.py
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v5
Expand Down
Loading