We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2ce4b53 + 51b2b20 commit db58da8Copy full SHA for db58da8
.github/workflows/ci_workflows.yml
@@ -6,6 +6,7 @@ on:
6
schedule:
7
# Run every Sunday at 06:53 UTC
8
- cron: 53 6 * * 0
9
+ workflow_dispatch:
10
11
concurrency:
12
group: ${{ github.workflow }}-${{ github.ref }}
setup.cfg
@@ -36,11 +36,12 @@ install_requires =
36
pytest>=4.6
37
numpy
38
39
+# tables limitation is until 3.9.3 is out as that supports ARM OSX.
40
[options.extras_require]
41
test =
42
astropy
43
pandas
- tables
44
+ tables;platform_machine!='arm64'
45
46
[options.entry_points]
47
pytest11 =
0 commit comments