Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add GitHub Actions Workflows. #471

Merged
merged 29 commits into from
Jan 7, 2023
Merged
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
e334c78
Standardizing conda recipes.
bdice Dec 22, 2022
f0612f8
Draft of GitHub Actions.
bdice Dec 22, 2022
9136ebb
Update pre-commit configuration.
bdice Dec 22, 2022
27a1629
Update test scripts and style.
bdice Dec 22, 2022
6aace33
Add flake8 config path.
bdice Dec 22, 2022
65d1571
Fix style checks.
bdice Dec 22, 2022
43cc750
Update dependencies.yaml.
bdice Dec 22, 2022
4080dde
Update dependencies.
bdice Dec 22, 2022
0943a58
Retry CI.
bdice Dec 22, 2022
33277eb
Update opencv dependency.
bdice Dec 22, 2022
afcad76
Skip notebook tests.
bdice Dec 22, 2022
b0f9292
Fix pr.yaml, add workarounds for Jenkins compat, sccache vars.
bdice Dec 22, 2022
4e6a72b
Require cupy 10 to avoid issues with latest numpy.
bdice Dec 22, 2022
99b57b6
Use same testing script as other repos; enable pytest-xdist.
bdice Dec 22, 2022
82ec7f7
Minimize dependencies.yaml. [skip ci]
bdice Dec 22, 2022
d5ab7a9
Rerun CI.
bdice Dec 22, 2022
2fbb855
Update dependencies.
bdice Dec 22, 2022
0bb6559
Exit with proper code.
bdice Dec 22, 2022
0193e8b
fix/reorder `mamba install` pkgs
ajschmidt8 Jan 1, 2023
b4d69bd
sort recipe lists
ajschmidt8 Jan 1, 2023
83752e9
rm extraneous YAML anchors in `dependencies.yaml`
ajschmidt8 Jan 1, 2023
df15e1a
enable `recently_updated` plugin
ajschmidt8 Jan 1, 2023
ec8af4a
update nightly workflows [skip ci]
ajschmidt8 Jan 2, 2023
6045729
use `opencv-python-headless` for tests
ajschmidt8 Jan 3, 2023
97b48a4
Remove notebook testing.
bdice Jan 4, 2023
eba8628
Mark tests as xfail on ARM until they can be fixed.
bdice Jan 6, 2023
772e580
Merge remote-tracking branch 'upstream/branch-23.02' into gha
bdice Jan 6, 2023
b91daf5
Add yasm to build dependencies.
bdice Jan 6, 2023
93c2c1e
Remove .pre-commit-config.yaml from MANIFEST.in.
bdice Jan 7, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add yasm to build dependencies.
bdice committed Jan 6, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit b91daf5e43a571567df7601e6446e06b37be800d
1 change: 1 addition & 0 deletions conda/environments/all_cuda-115_arch-x86_64.yaml
Original file line number Diff line number Diff line change
@@ -41,6 +41,7 @@ dependencies:
- sysroot_linux-64==2.17
- tifffile>=2022.7.28
- xz
- yasm
- zlib
- zstd
- pip:
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
@@ -48,6 +48,7 @@ dependencies:
packages:
- gcc_linux-64=9.*
- sysroot_linux-64==2.17
- yasm
- matrix:
arch: aarch64
packages:
@@ -129,7 +130,6 @@ dependencies:
# Not sure where these go, if anywhere:
# - openslide
# - xorg-libxcb
# - yasm
test_python:
common:
- output_types: [conda, requirements]