Skip to content

Commit

Permalink
No notebooks on draft
Browse files Browse the repository at this point in the history
  • Loading branch information
ecomodeller committed Dec 7, 2023
1 parent e86b938 commit 0850384
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/notebooks_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:

jobs:
build:
if: '! github.event.pull_request.draft'

runs-on: ubuntu-latest

Expand All @@ -16,7 +17,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.9'
python-version: '3.11'
- name: Install modelskill
run: |
pip install .[test,notebooks]
Expand Down

0 comments on commit 0850384

Please sign in to comment.