forked from acquire-project/acquire-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use artifact downloads instead of submodules (#2)
* Update submodules. Fix DM bugs in test_basic.py * Update acquire-driver-common and acquire-driver-hdcam. Restore recursive submodule checkout in CI. * Restore capital-T Tiff. * Try to enable long paths in CI. * Try again to enable long paths in CI. * Update typing and dcam tests * Update acquire-driver-common and acquire-video-runtime submodules * update acquire-driver-zarr submodule. * update deps, tests * testing (wip) * fix trigger assignment * update submodules * wip * update build and test yamls * fix packaging * packaging: remove old setuptools options * get dcam test to pass * fix packaging * build and test passes * remove driver submodules * update dcam and egrabber test yamls * add GH token to environment variables in typing test. * Clean up build script * Address PR comments. * update zarr sha * update shas --------- Co-authored-by: Nathan Clack <[email protected]>
- Loading branch information
Showing
21 changed files
with
265 additions
and
674 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,6 +21,8 @@ jobs: | |
|
||
permissions: | ||
actions: write | ||
env: | ||
GH_TOKEN: ${{ github.token }} | ||
steps: | ||
- name: Cancel Previous Runs | ||
uses: styfle/[email protected] | ||
|
@@ -29,7 +31,7 @@ jobs: | |
|
||
- uses: actions/checkout@v3 | ||
with: | ||
submodules: true | ||
submodules: recursive | ||
|
||
- name: Set up Python ${{ matrix.python }} | ||
uses: actions/setup-python@v4 | ||
|
@@ -39,7 +41,7 @@ jobs: | |
- name: Install | ||
run: | | ||
pip install --upgrade pip | ||
pip install -e .[testing] | ||
pip install -e '.[testing]' | ||
- name: Test | ||
run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,6 +19,8 @@ jobs: | |
|
||
permissions: | ||
actions: write | ||
env: | ||
GH_TOKEN: ${{ github.token }} | ||
steps: | ||
- name: Cancel Previous Runs | ||
uses: styfle/[email protected] | ||
|
@@ -27,7 +29,7 @@ jobs: | |
|
||
- uses: actions/checkout@v3 | ||
with: | ||
submodules: true | ||
submodules: recursive | ||
|
||
- name: Get CMake 3.24 | ||
uses: lukka/get-cmake@latest | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,6 +19,8 @@ jobs: | |
|
||
permissions: | ||
actions: write | ||
env: | ||
GH_TOKEN: ${{ github.token }} | ||
steps: | ||
- name: Cancel Previous Runs | ||
uses: styfle/[email protected] | ||
|
@@ -27,7 +29,7 @@ jobs: | |
|
||
- uses: actions/checkout@v3 | ||
with: | ||
submodules: true | ||
submodules: recursive | ||
|
||
- name: Get CMake 3.24 | ||
uses: lukka/get-cmake@latest | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.