Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lkstrp committed Jan 10, 2025
1 parent 390e8f0 commit 7ad36f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ on:
push:
branches:
- master
- update-pinned-environment
pull_request:
branches:
- master
schedule:
- cron: "0 5 * * 1-6"
- cron: "0 5 * * 0"
workflow_dispatch:

# Cancel any in-progress runs when a new run is triggered
concurrency:
Expand Down
2 changes: 1 addition & 1 deletion envs/macos-pinned.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ dependencies:
- ruff=0.9.0
- scikit-learn=1.6.1
- scip=9.1.1
- scipy=1.15.0
- scipy=1.14.1
- seaborn=0.13.2
- seaborn-base=0.13.2
- setuptools=75.7.0
Expand Down

0 comments on commit 7ad36f9

Please sign in to comment.