Skip to content

Commit

Permalink
Fix ci tests (#48)
Browse files Browse the repository at this point in the history
Add weekly test run schedule.
  • Loading branch information
stefan-jansen authored Sep 3, 2021
1 parent 7faff8b commit ad01621
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
name: tests
name: Tests


on:
workflow_dispatch:
pull_request:
branches:
- main
schedule:
- cron: "0 9 * * 6"

jobs:
build:
Expand Down
5 changes: 0 additions & 5 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@
envlist = py{37,38,39}-pandas{11,12}
isolated_build = True
skip_missing_interpreters = True
;requires = setuptools >=42.0.0
; pip >=21.0
; wheel >0.36.0
; Cython >0.29.21,<3
; numpy

[gh-actions]
python =
Expand Down

0 comments on commit ad01621

Please sign in to comment.