diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index ce1f0a9298..154d718b66 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -1,10 +1,13 @@ -name: tests +name: Tests + on: workflow_dispatch: pull_request: branches: - main + schedule: + - cron: "0 9 * * 6" jobs: build: diff --git a/tox.ini b/tox.ini index 1aafaf09ab..c5394f5f68 100644 --- a/tox.ini +++ b/tox.ini @@ -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 =