Skip to content

Commit db58da8

Browse files
authored
Merge pull request #47 from bsipocz/CI_workflow_dispatch
CI: adding workflow dispatch
2 parents 2ce4b53 + 51b2b20 commit db58da8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci_workflows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
schedule:
77
# Run every Sunday at 06:53 UTC
88
- cron: 53 6 * * 0
9+
workflow_dispatch:
910

1011
concurrency:
1112
group: ${{ github.workflow }}-${{ github.ref }}

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,12 @@ install_requires =
3636
pytest>=4.6
3737
numpy
3838

39+
# tables limitation is until 3.9.3 is out as that supports ARM OSX.
3940
[options.extras_require]
4041
test =
4142
astropy
4243
pandas
43-
tables
44+
tables;platform_machine!='arm64'
4445

4546
[options.entry_points]
4647
pytest11 =

0 commit comments

Comments
 (0)