Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
brentp committed Sep 11, 2023
1 parent af18560 commit a3f7de0
Show file tree
Hide file tree
Showing 4 changed files with 24,304 additions and 17,485 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: true
fetch-depth: 0
- name: Set up QEMU
id: qemu
uses: docker/setup-qemu-action@v2
Expand Down Expand Up @@ -58,6 +59,7 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: true
fetch-depth: 0
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
Expand All @@ -69,6 +71,7 @@ jobs:
CIBW_BUILD: ${{ matrix.python-tag }}
CIBW_BEFORE_BUILD: pip install cython
CIBW_BUILD_VERBOSITY: 2
CIBW_BEFORE_TEST: "git status"
CIBW_TEST_COMMAND: python -m unittest fisher -vv
CIBW_TEST_REQUIRES: importlib-resources
with:
Expand All @@ -93,6 +96,7 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: true
fetch-depth: 0
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
Expand Down Expand Up @@ -126,6 +130,7 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
submodules: true
- uses: actions-rs/toolchain@v1
with:
Expand Down Expand Up @@ -163,6 +168,7 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: true
fetch-depth: 0
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
Expand Down Expand Up @@ -190,6 +196,7 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: true
fetch-depth: 0
- name: Set up Python 3.11
uses: actions/setup-python@v4
with:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
fisher/*.so
fisher-egg.info/
build/
dist/
*.pyc
Expand Down
9 changes: 9 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,12 @@ style = pep440
versionfile_source = fisher/_version.py
versionfile_build = fisher/_version.py
tag_prefix =

[options]
packages = find:
zip_safe = True
include_package_data = True
install_requires =
numpy
pytest
versioneer
Loading

0 comments on commit a3f7de0

Please sign in to comment.