Skip to content

Commit

Permalink
Reverted dev requirements and test notebooks workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertSamoilescu committed Dec 5, 2024
1 parent f9db0d3 commit f715c9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test_all_notebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ defaults:
shell: bash # To override PowerShell on Windows

on:
pull_request:
branches:
- master
# Trigger the workflow on manual dispatch and once a week
workflow_dispatch:
schedule:
Expand All @@ -23,7 +20,7 @@ jobs:
fail-fast: false # Continue to run other builds despite a failure
matrix:
os: [ubuntu-latest]
python-version: [ '3.9', '3.10', '3.11' ]
python-version: [ '3.8', '3.9', '3.10', '3.11' ]
include: # Run windows tests on only one python version
- os: windows-latest
python-version: '3.11'
Expand Down
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jupytext>=1.12.0, <2.0.0 # for notebook tests
ipykernel>=5.1.0, <7.0.0 # for notebook tests
nbconvert>=6.0.7, <8.0.0 # for notebook tests
catboost>=1.0.0, <2.0.0
alibi-testing @ git+https://github.com/SeldonIO/alibi-testing@fix/tf-2.15-artifacts#egg=alibi-testing # pre-trained models for testing
alibi-testing @ git+https://github.com/SeldonIO/alibi-testing@master#egg=alibi-testing # pre-trained models for testing
# other
pre-commit>=1.20.0, <4.0.0
tox>=3.21.0, <5.0.0 # used to generate licence info via `make licenses`
Expand Down

0 comments on commit f715c9d

Please sign in to comment.